I need some distutils help. I currently run a python library
(PyQuante) that, until recently, had all of its modules in a single
directory, called "PyQuante". The setup command in my setup.py module
had a single "packages" line:
packages = ['PyQuante'],
I moved some of the routines into Bas
On Dec 5, 7:20 am, [EMAIL PROTECTED] wrote:
>
> I recommend asking the distutils guys at their list:
>
> http://mail.python.org/mailman/listinfo/distutils-sig
>
> Mike
I did, and no one replied there either. Probably because everyone,
there and here, were too polite to say that I was nutso. Which
I'm a computational chemist who frequently dabbles in Python. A
collaborator sent me a huge XML file that at one point was evidently
modified by a now defunct java application. A sample of this file
looks something like:
Test
File Name
fileName
Name of the input f
On Dec 8, 11:57 pm, Waldemar Osuch <[EMAIL PROTECTED]> wrote:
> On Dec 8, 8:35 pm, Rick Muller <[EMAIL PROTECTED]> wrote:
>
>
>
> > I'm a computational chemist who frequently dabbles in Python. A
> > collaborator sent me a huge XML file that at one point wa
I'm the main programmer for the PyQuante package, a quantum chemistry
package in Python. I'm trying to speed up one of my rate determining
steps. Essentially, I have to decide between two algorithms:
1. Packed means that I compute N**4/8 integrals, and then do a bunch
of indexing operations to unp
I'd like to use my webserver to distribute some simple python physics
apps. Ideally, I'd like to use some simple form to input a few pieces
of data, call a python program, and return some image from a plot or
some other rendering. This is easy to do using CGI, but I was
wondering whether anyone on
On Apr 19, 2:44 pm, globalrev <[EMAIL PROTECTED]> wrote:
>
> www.vpython.orgmight be what you are looking for.
Except, if I'm not mistaken, vpython isn't a web framework. It would
work if I wanted to write some python scripts and have other people
run them, but I want to run everything through a