Re: [Tutor] (no subject)
First write the proper "subject". > What is python language and what are its adventages Answer is in http://www.python.org/ -- Thanks & Regards, goldgod ___ Tutor maillist - Tutor@python.org http://mail.python.org/mailman/listinfo/tutor
[Tutor] Festival equivalent package in python
hi , Is there any "festival" equivalent package in python. Any idea to do that. Is there any modules to interact with the sounds using python. -- Thanks & Regards, goldgod ___ Tutor maillist - Tutor@python.org http://mail.python.org/mailman/listinfo/tutor
[Tutor] how to sort the data inside the file.
hello all, Please find the attached file. I want to sort the content of this file based on the "bytes" in descending order. How can i do it, any pointers to it. -- Thanks & Regards, goldgod test Description: Binary data ___ Tutor maillist - Tutor@python.org http://mail.python.org/mailman/listinfo/tutor
[Tutor] How to convert ogg to MP3
hi, I would like to convert ogg files to mp3 files. how can I do that. Is there any inbuilt package. -- Thanks & Regards, goldgod ___ Tutor maillist - Tutor@python.org http://mail.python.org/mailman/listinfo/tutor
[Tutor] Zooming option in TKinter
hi, I am developing one project using python-tkinter. I want to know whether the zoom in and zoom out option is present in Tkinter. If it is not present then Can you give some idea to create a option in manually. -- Thanks & Regards, goldgod ___ Tutor maillist - Tutor@python.org http://mail.python.org/mailman/listinfo/tutor
Re: [Tutor] Zooming option in TKinter
hi, > Sorry, I'm not sure what you mean by zoom in/out? > Are you talking about graphics? Or some other widget? > > Can you explain what you mean? I want to zoom the page like 100,200,300. For example, take a pdf viewers we can zoom like what ever the sizes. Like that is there any packages available. -- Thanks & Regards, goldgod ___ Tutor maillist - Tutor@python.org http://mail.python.org/mailman/listinfo/tutor
[Tutor] Boost python
hi, I have hello.cpp and hello.py file. I want to access hello.cpp from hello.py. How can I do that. I tried to find the solutions, I got Boost python. I saw the tutorial I tried to do what they mentioned in the tutorial. I confused with "jamfile" and "project-root". I am using debian I tried only the "bjam" method. I installed bjam,boost-python. If any one familiar with this then help me. -- Thanks & Regards, goldgod ___ Tutor maillist - Tutor@python.org http://mail.python.org/mailman/listinfo/tutor
[Tutor] Tamil Language support for Tkinter
Hi, I need the Tamil language support for Tkinter. How can I do that? I searched a lot I cannot find any solutions. Any idea to create a add ons for Tamil support. I am using "Debian -Sid(unstable)", Python 2.4, Tcl/Tk 8.4. -- Thanks & Regards, goldgod ___ Tutor maillist - Tutor@python.org http://mail.python.org/mailman/listinfo/tutor
[Tutor] Redarding Random no display in WXPython
Dear friends, I wish to display a random number in my GUI text box which is been developed in Wxpython.. Here i couln't refresh the GUI continuously.. Please help me out in this regard.. -- Thanks & Regards, goldgod ___ Tutor maillist - Tutor@python.org http://mail.python.org/mailman/listinfo/tutor
[Tutor] Tramline implementation
hi, I want to implement a tramline python library. I created a virtual host in apache and created a python(cgi) file with simple uploading concepts.Tramline is not interacting with apache. I tried get examples but they given for plone and zope. Is any idea or examples available. -- Thanks & Regards, goldgod ___ Tutor maillist - Tutor@python.org http://mail.python.org/mailman/listinfo/tutor
Re: [Tutor] Tramline implementation
hi, I'm not sure what your problem is. Do you mean that your cgi is never > being called by Apache? You have to configure apache for this to > happen. Check the Apache docs or google 'python cgi apache'. I created a simple upload file using python-cgi. It's working with apache. I want to implement tramline support with that file. Tramline will work with apache and we can transfer the large file. I added the virtual host also but the tamline is not working. The same problem I am facing while implement it in PLONE/ZOPE. Any idea. I checked the apache log no more error over there, but apache is working fine. Any Idea to implement the same in cgi,plone or zope. Any body used it before. -- Thanks & Regards, goldgod ___ Tutor maillist - Tutor@python.org http://mail.python.org/mailman/listinfo/tutor