Re: [BangPypers] file save from python script

2008-11-06 Thread Praveen Kumar
Hi First of all i would like to thank you for giving me some idea.. As Jorgen told i did in same way Hi Jorgen I created a python script in zope instance to upload multiple files and its working successfully.. but its storing the file inside custom folder as we know context always refer to current

Re: [BangPypers] Python and 5 Euro a.k.a How to make Money with Free Software

2008-11-06 Thread Anand Balachandran Pillai
On a lighter note, a more apt title for his post would have been "How to mint money with free software" ;) On Fri, Nov 7, 2008 at 11:19 AM, Anand Balachandran Pillai <[EMAIL PROTECTED]> wrote: > On Thu, Nov 6, 2008 at 5:52 PM, Ramakrishna Reddy <[EMAIL PROTECTED]> wrote: >> http://pythonide.blogs

Re: [BangPypers] Python and 5 Euro a.k.a How to make Money with Free Software

2008-11-06 Thread Anand Balachandran Pillai
On Thu, Nov 6, 2008 at 5:52 PM, Ramakrishna Reddy <[EMAIL PROTECTED]> wrote: > http://pythonide.blogspot.com/2008/10/how-to-make-money-with-free-software.html > > > The Dutch Ministry of Finance organized an architecture competition > for which a selected group of architectural offices (unstudio, n

Re: [BangPypers] file save from python script

2008-11-06 Thread J�rgen
Hello Praween Kumar - I would make a pythonscript on the zope like'locahost:8080/starinstance/myscript', taking 3 parameters, id, titleand file. remember to give it manager proxy rights (proxy in top of python scriptedit screen, chose manager) script should be something like: """ container[

Re: [BangPypers] file save from python script

2008-11-06 Thread Deepak Thukral
> I want to save the file on filebased system. i am using > urllib OK > when i compile this file with simple python demo.py it Remember there in Python compile time is actually a Runtime. > ImportError: /usr/lib/python2.4/lib-dynload/math.so: > undefined symbol: > PyFPE_jbuf Probably its probl

[BangPypers] Python and 5 Euro a.k.a How to make Money with Free Software

2008-11-06 Thread Ramakrishna Reddy
http://pythonide.blogspot.com/2008/10/how-to-make-money-with-free-software.html The Dutch Ministry of Finance organized an architecture competition for which a selected group of architectural offices (unstudio, nox, ...) and artists were invited, including myself. The goal of the competition was

[BangPypers] file save from python script

2008-11-06 Thread Praveen Kumar
Dear all, I want to save the file on filebased system. i am using urllib here i tried with this code *import urllib # fill these in user='admin' password='admin1' addfileurl='http://localhost:8080/starinstance/bin/manage_addFile' useragent="upload.py/0.1" filename='/home/praveen/Desktop/text.jpe