billrobo / gdatacopier

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

Distutils May Not Be Set Up Right? #80

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Download source via SVN
2. go into the gdatacopier dir
3. type "python setup.py install"

What is the expected output? What do you see instead?
Expect distutils to do the right thing, installing the gdatacopier package. 
Instead I get:

ryan@server:~/scripts/tmp/gdatacopier$ python setup.py --verbose build
running build
running build_py
error: package directory 'gdatacopier' does not exist

What version of the product are you using? On what operating system?
Linux, latest from SVN

Original issue reported on code.google.com by ryans...@google.com on 4 Apr 2014 at 3:16

GoogleCodeExporter commented 9 years ago
Works fine by the way when I move setup.py into the src directory.

Original comment by ryans...@google.com on 4 Apr 2014 at 3:21