Forum: Python Aug 6th, 2009 |
| Replies: 5 Views: 325 Hey Jas,
Thanks a lot, it worked :) After adding the two lines it runs perfectly.
Zac, thanks to you too for your time & effort.
U guys rock:)
Regards |
Forum: Python Aug 5th, 2009 |
| Replies: 5 Views: 325 Hi Zac,,
Thank you for your reply. I had tried something similar & it works perfectly fine but with images it does not work.
Regards |
Forum: Python Aug 3rd, 2009 |
| Replies: 5 Views: 325 Hi all,
Following is a piece of code which tries to open an image using Tkinter, the root window opens but I am not able to see the image. I don't know what is wrong with my implementation.
... |
Forum: Python Jul 24th, 2009 |
| Replies: 1 Views: 243 Hi All,
I have an issue regarding multi threading on windows XP :
I have some x number of port commands which I have to send one by one to a device & then store the device response in an... |
Forum: Python Dec 11th, 2008 |
| Replies: 8 Views: 1,658 Hi,
It still dint work :( Now iv started feeling that its a windows problem.
This is what the latest version of my script looks like:
[code]
#! C:\Python25\python.exe
import os.path, cgi... |
Forum: Python Jul 11th, 2008 |
| Replies: 3 Views: 543 Hi Jim,
I was looking around for IOString module. But I could'nt find it, import IOString fails on windows.
Thanks |
Forum: Python Jul 11th, 2008 |
| Replies: 3 Views: 543 Hi All,
I made a python ftp client on Windows XP which does binary get & put.
The issue here is that when I do FTP manually the time taken to either GET or PUT is about half the time taken by... |
Forum: Python Jun 18th, 2008 |
| Replies: 3 Views: 1,053 Hey Tzushky,
Thanks for your reply!!
Test.exe is a C++ exe. If I run it from command line I sipmply give:
./test "\x02\xfa\xcbQH\x00"
It works perfectly fine. |
Forum: Python Jun 17th, 2008 |
| Replies: 3 Views: 1,053 Hi All,
I am using a python system command to execute a C++ executable file which takes certain binary input.
For example:
C++ exe name is "Test"
"Test" takes the following input .... |
Forum: Python Apr 25th, 2008 |
| Replies: 2 Views: 568 Hey thanks for your help. I tried subprocess & it kind of worked. |
Forum: Python Apr 23rd, 2008 |
| Replies: 2 Views: 568 Hi All,
Is it possible to flush the buffer of "popen2.Popen3(cmd)"after some time interval?
I am starting a server forever using the popen2 module. After some time the buffer gets full & it... |
Forum: Python Feb 7th, 2008 |
| Replies: 8 Views: 1,476 You can use gtk or pygtk. |
Forum: Python Feb 7th, 2008 |
| Replies: 8 Views: 1,658 Hi
Thanks for your reply!!
I am trying it with python just to get my hands on with pyhton CGI.
Regarding the os.system call: The pdf file opens up when i execute the resume.py from command... |
Forum: Python Feb 6th, 2008 |
| Replies: 8 Views: 1,658 Hi,
I am learning python CGI programming but got stuck with some issues. I would really appreciate if you could help me out.
Problem: I have made a web page using Python CGI scripts; from one of... |