molodiuc / pythonxy

Automatically exported from code.google.com/p/pythonxy
0 stars 0 forks source link

Weave and directory spaces #256

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Trivial weave example programs do not compile on my machine. Ive seen people 
report similar issues, and claim it can be solved by installing python into a 
directory without spaces; however, this is already the case, and the problem 
seems to arise when weave requests a temp directory for its compiler 
intermediary files; it tries to use appdata/local/temp/[firstname 
lastname]/etc, which doesnt fly.

Whats the recommended way of solving this problem, that doesnt involve me 
completely reinstalling windows? I could hack in a hardcoded temp directory, 
but i worry about introducing subtle bugs by such blunt surgery.

Original issue reported on code.google.com by hoogendo...@gmail.com on 29 Jun 2011 at 9:33

GoogleCodeExporter commented 9 years ago
What is the scipy version?

Original comment by grizzly.nyo on 1 Jul 2011 at 10:35

GoogleCodeExporter commented 9 years ago
http://bugs.python.org/issue4508

Seems to be a Python Distutils issue. Can't do much about it.

Original comment by grizzly.nyo on 1 Jul 2011 at 10:38