Hi Everyone,
       I am new to spyder but nonetheless I've got to build a win32 
executable of an existing python project at work. So I followed the 
guidelines I was given-- installed Anaconda, solved dependencies and now 
I'm stuck with the following problem. When running my setup.py script in 
spyder, I get this error message:

[quote]
Copying data from package pkg_resources...
An exception has occurred, use %tb to see the full traceback.

SystemExit: error: [Error 3] The system cannot find the path specified: 
'C:\\Users\\<my_user_name>\\Anaconda2\\lib\\site-packages\\setuptools-27.2.0-py2.7.egg\\pkg_resources/*.*'
[/quote]

Now, I've looked into the directory that it's complaining about 
(C:\Users\<my_user_name>\Anaconda2\lib\site-packages\) and it definitely 
contains "setuptools-27.2.0-py2.7.egg".

The only thing that I've noticed is that the "lib" directory on the HDD is 
actually called "Lib"-- with capital "L". So the real directory on HDD is: 
"C:\Users\<my_user_name>\Anaconda2\Lib\site-packages\" however it makes no 
difference if I manually rename the "Lib" into "lib".

I'd much appreciate if anyone could guide me in the right direction?

Thanks.

-- 
You received this message because you are subscribed to the Google Groups 
"spyder" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/spyderlib.
For more options, visit https://groups.google.com/d/optout.

Reply via email to