I think the basically you need to write one python script name it
__init__.py
If you want this script may include functions to reading yours scripts
from folder.
Put this script in each folder and you use Margie solution .
This allow you to use import from each folder .
--
http://mail.python.org/m
On Sep 25, 12:41 pm, Hacken wrote:
> I have write some python script
>
> i want to use browser(IE or FF) to call it, an show the returns!
>
> how to?
Python script running under web browsers only like:
python + website = django .
--
http://mail.python.org/mailman/listinfo/python-list
This is the software :
http://projects.gnome.org/dia/
--
http://mail.python.org/mailman/listinfo/python-list
If I make it work, i will send the solution. Thank you !
--
http://mail.python.org/mailman/listinfo/python-list
I don't extract data from jpegs.
I wanna put some data in this (copyright of my site) ...
On Aug 20, 2:01 pm, MaxTheMouse wrote:
> On Aug 20, 10:23 am, catafest wrote:
>
> > On my photo jpg i have this :
>
> > Image Type: jpeg (The JPEG image format)
> > Wid
On my photo jpg i have this :
Image Type: jpeg (The JPEG image format)
Width: 1224 pixels
Height: 1632 pixels
Camera Brand: Sony Ericsson
Camera Model: W810i
Date Taken: 2009:07:09 08:16:21
Exposure Time: 1/19 sec.
ISO Speed Rating: 320
Flash Fired: Flash did not fire, compulsory flash mode.
Mete
Maybe your python2.5 not working good!?
But, I use python 2.6 , and i use this for your problem:
import urllib
html = urllib.urlopen("http://www.rediff.com/";).read()
print html
If you want use authenticate then...
You make working urllib2 and use this
>>>auth = urllib2.Request(auth_uri, authreq_d