Giter Site home page Giter Site logo

Comments (2)

riggs avatar riggs commented on June 20, 2024

The above is what happens when you get an error and you're not running the program as an administrator.

When you 'run as administrator', the admin doesn't have the HOMEPATH environment variable, leading to the traceback:
Traceback (most recent call last):
File "creepymap.py", line 966, in
File "creepymap.py", line 55, in init
File "os.pyo", line 423, in getitem
KeyError: 'HOMEPATH'

Changing the permissions for the log file to allow users write access leads to the following traceback:
Traceback (most recent call last):
File "creepymap.py", line 966, in
File "creepymap.py", line 88, in init
File "creepymap.py", line 885, in create_directory
TypeError: not all arguments converted during string formatting

This last traceback is the root of the problem, I believe. I suspect it may have something to do with the directory name "Program Files (x86)".

And as mentioned above, copying the entire creepy folder onto my desktop works.

from creepy.

ilektrojohn avatar ilektrojohn commented on June 20, 2024

I think ( test so we can be sure) that the binary for 0.1.93 fixes the problem. Try and give me some feedback ;)

from creepy.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.