I am the lead developer of MacSuburb.com, a to-be-launched mac
community. Unfortunatly, I am the only developer. If you are interested
in helping please email me or reply with your contact information.
Please leave atleast your email and/or IM name. I can be reached at
[EMAIL PROTECTED] *Make sure
Take a look at: http://effbot.org/librarybook/md5.htm
Fredrik Lundh wrote:
> Rajesh Sathyamoorthy wrote:
>
> > How do you calculate the md5 checksum of a file?
> >
> > so far i got this,
> >
> > import md5
> >
> > obj = md5.new()
> > file = open( 'filename', 'rb')
> > data = text.read()
> > obj.
Just to clarify. I'm not asking for any code. A ink or explination of
how to convert a list of this type to BitmapImage or PhotoImage data
would be very helpful.
--
http://mail.python.org/mailman/listinfo/python-list
Hi, I have searched the arhives and Google, plus I have tried this on
my own, but I cannot find a way to convert a list of RGB values to a
Tkinter PhotoImage or BitmapImage to use with the Tkinter canvas
widget. I'd rather not have to use PIL or anything but pure Python,
it's included modules, and
Take a look at:
http://lists.apple.com/archives/bonjour-dev/2005/Jun/msg00018.html
--
http://mail.python.org/mailman/listinfo/python-list
You may want to look at using PyCurl. (http://pycurl.sourceforge.net/)
It makes it easyer to handle this type of stuff.
--
http://mail.python.org/mailman/listinfo/python-list
I found soemthing! The following link will lead you to a page that will
give you the code to to create a commandline tool that will manipulate
the mouse. Then you can just set mouseButtonDown to true and be on your
way!
http://tinyurl.com/br7ty
--
http://mail.python.org/mailman/listinfo/python-l
Yeah. It would be a lot easyer just to be able to run asomething
through the commandline but I'm not sure if commandline apps can take
with the window server. If If anyone knows of any other way It would be
greatly appreciated. (Thanks Diez)
--
http://mail.python.org/mailman/listinfo/python-list
This may depend on your OS. How about:
http://www.inl.fr/nuface-doc/nupyf-doc-en.html#id2457044
--
http://mail.python.org/mailman/listinfo/python-list
There's no other way? I'd rather not have to use PyObjc.
--
http://mail.python.org/mailman/listinfo/python-list
There's no other way? I'd rather not have to use PyyyObjc.
--
http://mail.python.org/mailman/listinfo/python-list
I have been searching and searching and cannot find a way to click at a
certain position in python. (Similar to http://tinyurl.com/9tap2 in
Cocoa) Does anyone know of a way? Thanks.
--
http://mail.python.org/mailman/listinfo/python-list
The Cnet article is from today.
--
http://mail.python.org/mailman/listinfo/python-list
Oops sorry for the double post. I got an error message and though I had
to resend it.
--
http://mail.python.org/mailman/listinfo/python-list
I came across this link today. http://tinyurl.com/9c7ta It seems
Microsoft is getting involved with Python. What do you think of it? Is
it any good? Anything to worry about?
--
Zach
--
http://mail.python.org/mailman/listinfo/python-list
I came across this link today. http://tinyurl.com/9c7ta It seems
Microsoft is getting involved with Python. What do you think of it? Is
it any good? Anything to worry about?
--
Zach
--
http://mail.python.org/mailman/listinfo/python-list
It works! Thanks so much for your help!
--
http://mail.python.org/mailman/listinfo/python-list
Unfortunatly I stiill get the same error. :-(
Here is the code:
import ftplib
class ProgressFile(file):
def read(self, size = None):
from sys import stdout
if size is not None:
buff = file.read(self, size)
if bu
I'm really sorry that I keep having problems with this. :-( Now I get:
TypeError: Error when calling the metaclass bases[] str() takes at most
1 arguement (3 given)
and the Traceback is:
file "formattedthing", line 2, in '?'
classProgressFile(file)
With the following code:
import ftplib
class P
When I execute the folllowing code with all of the address, username,
and passwords filled out I gt an error saying:
"/Library/Frameworks/Python.framework/Versions/2.4/Resources/Python.app/Contents/MacOS/Python"
"/Users/zacim/Documents/FireUpFTP/foramttedthing" ; exit
Traceback (most recent call l
Thanks, I'll give this a try. This will print a period right?
--
http://mail.python.org/mailman/listinfo/python-list
Hello, I have posted before about trying to find the status of an FTP
uplaod but couldn't get anything to work. After some more searching I
found
http://groups.google.com/group/comp.lang.python/browse_thread/thread/76be9a994547db4/91917c906cdc04d4?q=ftp+progress&rnum=1#91917c906cdc04d4
but it does
Yeah, I agree. The Python documentation just merey describes what
arguements a function can take not as much how to use the actual
function.
--
http://mail.python.org/mailman/listinfo/python-list
Wait, can this be used when uploading a file?
--
http://mail.python.org/mailman/listinfo/python-list
Thanks guys. I'll try to these things too work.
--
http://mail.python.org/mailman/listinfo/python-list
Thanks guys. I'll try to these things too work.
--
http://mail.python.org/mailman/listinfo/python-list
Thanks, Benji but I need to be able to get the bytes and/or percent of
a download too. :-(
--
http://mail.python.org/mailman/listinfo/python-list
Hi, I'm just wondering if there is any way to get the number of bytes,
or the percentage, that have been uploaded/downloaded when
uploading/downloading a file throught ftp in Python. I have searched
Google many times but could find nothing.
--
http://mail.python.org/mailman/listinfo/python-list
28 matches
Mail list logo