his done? recursive ft mirror
using urllib?
Thanks
Tonino
--
http://mail.python.org/mailman/listinfo/python-list
Hi,
I have been searching the groups for a way to upload a file using
URLLIB (2) to a ftp site using a proxy server.
I read the ftplib does not support proxy servers and I know that urllib
does support it.
I can download a file from a ftp site through the proxy - but now I
need to be able to uploa
hmm - but I want to store the data in memory eather than a filesystem
... it is not an issue if the program terminates - it is almost needed
while running and does not need to remember where it is ..
the dirctionary is detail = {}
will try the list() function - thanks
Tonino
--
http
4,4567,7890
chair : 1234,4567,7890
couch : 1234,4567,7890
BUT I will need to be able to have this in a while loop - as there is a
socket listener there.
I keep getting this error:
for a in Detail:
RuntimeError: dictionary changed size during iteration
any ideas ?
Thanks
Tonino
Many thanks for this - will give it a bash ;)
Tonino
--
http://mail.python.org/mailman/listinfo/python-list
Hi,
I have a small Tkinter app that gets data from a socket connection to a
"server". The app has a Text() widget to display the info that it gets
from the socket connection. I have the ability to stop the text at any
point.
What I want to be able todo is select a line from the Text() window an
hi,
thanks - am already involved in a process to modify winguiauto.py -
this is a GREAT start but we need more control and better handleing ;)
Thanks for the WATSUP site - will check on this as well ;)
Thanks
T
--
http://mail.python.org/mailman/listinfo/python-list
hmm - there is a problem - Android uses Xtest extensions - this is BAD
;)
I Need to be able to get values from the form that is returned ... and
the Xtest stuff does not allow you to access the values of a returned
form in the GUI ...
example :
if the GUI has a form that is returned and in this
thanks - this helps ;))
will play with android ...
--
http://mail.python.org/mailman/listinfo/python-list
HI,
I have a 2 phase question:
Phase 1 is I am needing to automate a report generation from a
proprietary product. Currently a person sits and input's the data into
a GUI frontend and clicks's the appropriate buttons to start the report
generation. What I am wanting todo is automate this, but s
great - thanks ;)
Tonino
--
http://mail.python.org/mailman/listinfo/python-list
ter_frame)
self.text.configure(yscrollcommand=scroll.set)
self.text.pack(side=LEFT, fill=BOTH, expand=YES)
scroll.pack(side=RIGHT,fill=Y)
self.center_frame.pack(side=RIGHT, expand=YES, fill=BOTH)
but the window does not scroll to follow the text ?
Any ideas ?
Thanks
Tonino
--
http://mail.python.org/mailman/listinfo/python-list
hi there ,
yeah - had a look at createfilehandler() - was a bit confusing - but
your example helps ;)
Thanks
Tonino
--
http://mail.python.org/mailman/listinfo/python-list
thanks for the info - but I really do not want to learn twisted before
I can understand Tkinter ;)
another thread seems the way - will try that ...
Thanks
Tonino
--
http://mail.python.org/mailman/listinfo/python-list
thanks for the reply .
just one problem - I do not know how to sit in a "loop" accepting
messages on the socket connection - writting them to the Text() widget
- refreshing the the GUI - and then starting all over
where do I put the loop for the socket ?
Thanks
Tonino
or, msg:
s = None
continue
try:
s.connect(sa)
except socket.error, msg:
s.close()
s = None
continue
break
if s is None:
print 'could not open socket'
self.quitButtonClick
NOW - HOW do I get the server's sent data to continuiosly print in the
Text() widget ?
Many thank
Tonino
--
h
hi,
was wondering if you ever got a reply ?
Did you mannage to sort this out ?
I am wanting todo the same thing - just have a window that connects to
a port and displays the data it receives from that port in the window?
Thanks
Tonino
--
http://mail.python.org/mailman/listinfo/python-list
Hi,
Just an interested question - I friend is testing a few JAVA
intergration bus's that will be used to intergrate his companies
services - I was wondering if there was a python intergration bus ?
other than maybe Pyro ?
Thanks
Tonino
--
http://mail.python.org/mailman/listinfo/python-list
yes - this is what I have been doing - created a set of functions to
handle the formula and they all calculate a section of the formula.
Thanks for all the help ;)
Tonino
--
http://mail.python.org/mailman/listinfo/python-list
thanks all for the info - and yes - speed is not really an issue and no
- it is not an implementation of a complete financial system - but
rather a small subset of a investment portfolio management system
developed by "another company" ...
What I am trying to achieve is to parse a formula(s) and g
to to this a bit easier...
The formula/equations are for investment calculations (Swap Yields).
Is there a module/method that anyone can suggest ??
Many thanks
Tonino
--
http://mail.python.org/mailman/listinfo/python-list
21 matches
Mail list logo