Re: [Tutor] Data Directory under site-packages

2010-11-10 Thread Terry Carroll
On Wed, 10 Nov 2010, Greg Lindstrom wrote: I'm writing my first module that I intend to put under our company's "site-packages" directory for everyone to use in their programs. The problem I'm having is that I want to place files in a data directory under the module directory (under site-packag

[Tutor] Data Directory under site-packages

2010-11-10 Thread Greg Lindstrom
Hello, I'm writing my first module that I intend to put under our company's "site-packages" directory for everyone to use in their programs. The problem I'm having is that I want to place files in a data directory under the module directory (under site-packages) and I don't know how to set the