Quantcast

Jump to content


Photo

Program Manager errors occured


  • Please log in to reply
2 replies to this topic

#1 jaymun

jaymun
  • 1 posts

Posted 29 June 2013 - 12:44 PM

I used program manager a couple of times, but now it's not working. I've tried re-installing and running as admin.

 

It refers me to the log file, which contains:

 

Traceback (most recent call last):
  File "pre_loader.py", line 69, in <module>
NameError: name 'exit' is not defined
 
 
Any help would be greatly appreciated.


#2 Futurama

Futurama
  • The Teacher.

  • 3772 posts


Users Awards

Posted 29 June 2013 - 02:12 PM

 

I used program manager a couple of times, but now it's not working. I've tried re-installing and running as admin.

 

It refers me to the log file, which contains:

 

Traceback (most recent call last):
  File "pre_loader.py", line 69, in <module>
NameError: name 'exit' is not defined
 
 
Any help would be greatly appreciated.

 

 

 

hehe, the error code said 69. Try PMing an admin about this :D.



#3 Pyro699

Pyro699
  • 1543 posts


Users Awards

Posted 30 June 2013 - 06:43 AM

hehe, the error code said 69. Try PMing an admin about this :D.

You know that sending admin's pms about programming issues is just annoying :p We see these errors, have databases of them and fix when we can ;)

 

This specific error is confusing though, as this is the block its in...

 

        try:
            os.makedirs(dir_name)
        except:
            print "Failed to make: %s"%dir_name
            print "Try running this program with administrative privileges."
            exit()

 

So, I'm not too sure what the situation is where that would come up other than needing permission to create folders in the directory.




0 user(s) are reading this topic

0 members, 0 guests, 0 anonymous users