Re: [Distutils] test resources with setup tools

2010-04-26 Thread Manlio Perillo
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 P.J. Eby ha scritto: > At 12:19 PM 4/23/2010 +0200, Manlio Perillo wrote: >> Hi. >> >> In a project test suite I need some external resources, that must be >> downloaded from internet. >> >> Is this directly supported by setuptools, or it is better if

Re: [Distutils] test resources with setup tools

2010-04-26 Thread Baiju M
On Mon, Apr 26, 2010 at 10:23 PM, Manlio Perillo wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > P.J. Eby ha scritto: >> At 12:19 PM 4/23/2010 +0200, Manlio Perillo wrote: >>> Hi. >>> >>> In a project test suite I need some external resources, that must be >>> downloaded from internet

Re: [Distutils] test resources with setup tools

2010-04-26 Thread P.J. Eby
At 06:53 PM 4/26/2010 +0200, Manlio Perillo wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 P.J. Eby ha scritto: > At 12:19 PM 4/23/2010 +0200, Manlio Perillo wrote: >> Hi. >> >> In a project test suite I need some external resources, that must be >> downloaded from internet. >> >> Is this

Re: [Distutils] test resources with setup tools

2010-04-26 Thread Manlio Perillo
P.J. Eby ha scritto: > [...] >> Right now I'm using a shell script that must be manually executed. >> The data is copied to a test/resources directory. >> >> The test directory contains the test suite and it is in the top level >> directory of the Python project. It is not installed on the system b

Re: [Distutils] VBScript puzzle

2010-04-26 Thread Bill Janssen
Jess Austin wrote: > On Mon, 22 Mar 2010 at 21:25:55, "Martin v. L?wis" > wrote: > > As this might be an interesting puzzle to solve, I'd like to pose it to > > the entire distutils-sig readership. So here is the problem again: > > > > As a batch file, my attempt at having a batch file that is

Re: [Distutils] test resources with setup tools

2010-04-26 Thread P.J. Eby
At 08:52 PM 4/26/2010 +0200, Manlio Perillo wrote: However, I would like to put the data in a *sub* project, that is know only to my project setup. Unfortunately this seems to not be possible. Creating a "public" project for this does not feel right, to me. In that case, why not just ship the

Re: [Distutils] VBScript puzzle

2010-04-26 Thread Bill Janssen
Jess Austin wrote: > C:\>cscript bdist.js "Python26\python.exe" > > > Here's the script: > > > 4 // 3; ''' > ; > if (WScript.Arguments.Count() < 1) > WScript.Echo("usage: " + WScript.ScriptName + " "); > else > WScript.CreateObject("WScript.Shell").Run(WScript.Arguments.Item(0) + " " + >

Re: [Distutils] test resources with setup tools

2010-04-26 Thread Manlio Perillo
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 P.J. Eby ha scritto: > At 08:52 PM 4/26/2010 +0200, Manlio Perillo wrote: >> However, I would like to put the data in a *sub* project, that is know >> only to my project setup. Unfortunately this seems to not be possible. >> >> Creating a "public" pro