[Distutils] python file naming...

4 views
Skip to first unread message

Rob Healey

unread,
Apr 2, 2012, 7:17:48 PM4/2/12
to DistUtils mailing list""
Greetings:

I have python files in my svn repository that I am trying to write my setup.py file for, but I am having problems with.  Could someone help me please?

I have a file like:
/home/Frog/geps0042/gramps/plugins/records.gpr.py, and my setup file errors with:

/home/Frog/geps0042/gramps/plugins/records/gpr
error:  directory does not exist!  Would you be able to help me with it???

It is a plugin registration file so it must remain as it is...

--
Sincerely yours,
Rob G. Healey


Éric Araujo

unread,
Apr 2, 2012, 7:26:33 PM4/2/12
to distut...@python.org
Hi,

Please include the relevant parts of your setup.py file (py_modules,
packages, package_dir, use of setuptools or not).

Cheers
_______________________________________________
Distutils-SIG maillist - Distut...@python.org
http://mail.python.org/mailman/listinfo/distutils-sig

Kurt Schwehr

unread,
Apr 2, 2012, 7:34:58 PM4/2/12
to Rob Healey, DistUtils mailing list""
Rob,

No dots (".") allowed in filenames.  Perhaps you can rename to records_gpr.py?

-kurt
 
Reply all
Reply to author
Forward
0 new messages