Le 03/12/13 16:27, Stéphane Klein a écrit :
> python-dateutil have a auto discover parse function, but I don't want to use
> this auto discover feature
For now, I use this :
import dateutil.parser
import pytz
tz_str = '''-12 Y
-11 X NUT SST
-10 W CKT HAST H
ram.
pytz haven't parse function.
python-dateutil have a auto discover parse function, but I don't want to use
this auto discover feature.
Question, pytz can't implement a parsing feature ?
Best regards,
Stéphane
--
Stéphane Klein
blog: http://stephane-klein.info
Twitter: http:
ons :
http://www.timeanddate.com/library/abbreviations/timezones/
Questions :
* are there the same list somewhere (I didn't found in pytz) ?
* is it possible to append this list in pytz or in standard python date module ?
Best regards,
Stephane
--
Stéphane Klein
blog: http://stephane-klein.inf
Hi,
this is a list with Python Skeleton Builder Tools :
http://wiki.python.org/moin/SkeletonBuilderTools
If some tools missing, you can complete the list.
Best regards,
Stéphane
--
Stéphane Klein
blog: http://stephane-klein.info
Twitter: http://twitter.com/klein_stephane
cv: http
Le 02/04/2012 15:54, Jean-Michel Pichavant a écrit :
Stéphane Klein wrote:
Hi,
I look for a package to make some console "form".
It's a standard stuff, I think there are a package to do that.
Example :
What is your name ?
Select your lang [EN, FR, DE…] ?
Do you want … [Y
k for your help,
Stéphane
--
Stéphane Klein
blog: http://stephane-klein.info
Twitter: http://twitter.com/klein_stephane
pro: http://www.is-webdesign.com
--
http://mail.python.org/mailman/listinfo/python-list
like this in Python ?
Thanks for your help.
Regards,
Stéphane
--
Stéphane Klein
blog: http://stephane-klein.info
Twitter: http://twitter.com/klein_stephane
pro: http://www.is-webdesign.com
--
http://mail.python.org/mailman/listinfo/python-list
Le 05/07/2011 15:44, Eric Snow a écrit :
On Tue, Jul 5, 2011 at 1:36 AM, Stéphane Klein wrote:
Hi,
I would like import some module dynamically.
To import a module dynamically, you can use the built-in __import__ function:
module = __import__("js")
Even better, use i
, in
ImportError: No module named js
>>> import js
>>>
I can't found module with "imp.find_module" but I can import it with
standard "import" statement.
Where is my mistake ?
Regards,
Stephane
--
Stéphane Klein
blog: http://stephane-klein.info
T
Le 28/06/2010 11:34, Thomas Jollans a écrit :
On 06/28/2010 10:26 AM, Stéphane Klein wrote:
Hi,
I write to you, to inform I can't install python-openid 2.2.3 version.
I've writed to the author :
"""
I've work on a project, I use AuthKit and this tool have a
Hi,
I write to you, to inform I can't install python-openid 2.2.3 version.
I've writed to the author :
"""
I've work on a project, I use AuthKit and this tool have a dependency
with python-openid-2.2.3
http://openidenabled.com/files/python-openid/packages/python-openid-2.2.3.tar.gz
this fil
Hi,
I work on HTML cleaner.
I export OpenOffice.org documents to HTML.
Next, I would like clean this HTML export files :
* remove comment
* remove style
* remove dispensable tag
* ...
some difficulty :
* convert my text foo bar => my text foo par
* convert my title => my title
to do this pro
12 matches
Mail list logo