> : Basically, I'm trying to read python code examples from files on
> : disk and generate pretty little web pages from them.
> I think you may want sphinx [0] which is available in PyPI [1].
>
> It understands reStrucTured text and adds a few Sphinx-specific
> directives/features for pulling th
Hi All,
I would like to understand how to deploy specific version of python and its
modules and apps in consistent manner.
Use case:
1- How to install specific version of python in my own path. (consider
NFS, /opt/sw/bin and /opt/sw/lib). This particular share is mounted on all
dev machines.
2
Hi All,
I would like to understand how to deploy specific version of python and its
modules and apps in consistent manner.
Use case:
1- How to install specific version of python in my own path. (consider
NFS, /opt/sw/bin and /opt/sw/lib). This particular share is mounted on all
dev machines.
Hi Dilip,
There is some good information about this in the book "Expert Python
Programming" by Tarek Ziade, and maybe you could look into
http://pypi.python.org/virtualenv, easy_install and zc.buildout.
Regards,
Bjorn
On Wed, Apr 14, 2010 at 10:27 AM, Dilip M wrote:
> Hi All,
>
> I would like
I'm having problems with creating XML-documents, because I don't seem to write
it to a document correctly. I have to write the document from a loop:
doc.write('\n')
for instance in query:
if doc != None:
text = str('\n' + \
' ' + st
On 4/14/2010 4:16 PM, Karjer Jdfjdf wrote:
I'm having problems with creating XML-documents, because I don't seem
to write it to a document correctly. I have to write the document from
a loop:
doc.write('\n')
for instance in query:
if doc != None:
text = str
"Karjer Jdfjdf" wrote
I'm having problems with creating XML-documents,
because I don't seem to write it to a document correctly.
Is that because you don't understand XML or because the
output is not what you expect? How is the data being generated?
Are you parsing an existing XML source or
On Wednesday April 7 2010 11:38:07 AG wrote:
>
> Eike
>
> I just wanted to come back to you on the book recommendation you made
> "Python scripting for computational science" - I tracked down a cheapish
> copy of the 3rd edition from 2009 and flipping through it (it only
> arrived yesterday), it
>> I'm having problems with creating XML-documents,
>> because I don't seem to write it to a document correctly.
>Is that because you don't understand XML or because the
>output is not what you expect? How is the data being generated?
>Are you parsing an existing XML source or creating the XML