Hello,

 

I am attempting to make an executable from a working Python script per the 
instructions from the following website:

 

  
http://logix4u.net/Python/Tutorials/How_to_create_Windows_executable_exe_from_Python_script.html

 

Everything seems to go as planned, except when I run the resulting executable I 
get the following message:

 

Traceback (most recent call last):
  File "tim.py", line 2, in <module>
  File "winsys\registry.pyc", line 39, in <module>
  File "winsys\security.pyc", line 42, in <module>
  File "winsys\_security\_tokens.pyc", line 10, in <module>
  File "winsys\accounts.pyc", line 31, in <module>
  File "winsys\dialogs.pyc", line 45, in <module>
ImportError: No module named shell

 

 

Any suggestions? Thanks!
                                          
_________________________________________________________________
Hotmail has tools for the New Busy. Search, chat and e-mail from your inbox.
http://www.windowslive.com/campaign/thenewbusy?ocid=PID27925::T:WLMTAGL:ON:WL:en-US:WM_HMP:032010_1
_______________________________________________
python-win32 mailing list
python-win32@python.org
http://mail.python.org/mailman/listinfo/python-win32

Reply via email to