Crystal03 / google-docs-fs

Automatically exported from code.google.com/p/google-docs-fs
GNU General Public License v2.0
0 stars 0 forks source link

Installing on MacOSX with MacPorts Python installs files /opt/local/Library #39

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Change hashbang of setup.py to use /opt/local/bin/python instead of 
/usr/bin/python
2. Launch ./setup.py install
3. Observe that some files are installed in /opt/local/Library.

What is the expected output? What do you see instead?
Ordinarily, the Library structure is located in /Library (that is, in root of 
the filesystem). Obviously something goes wrong.

What version of the product are you using? On what operating system?
rev 130. OS X, Snow Leopard

Please provide any additional information below.

Original issue reported on code.google.com by ivuc...@gmail.com on 24 Sep 2010 at 5:07

GoogleCodeExporter commented 9 years ago
Note that I had a messed up mix of Python from MacPorts and Apple's system 
Python. It could very well be that the bug can be dismissed, yet I did not 
manage to install google-docs-fs yet, due to other problems. Will open a new 
issue ticket.

Original comment by ivuc...@gmail.com on 15 Nov 2010 at 5:35