-On [20080102 13:11], Ant ([EMAIL PROTECTED]) wrote:
>2) Is there a module out there for extracting icons from a Windows
>exe?
This might be a good start:
http://groups.google.com/group/comp.lang.python/browse_thread/thread/be829b454c945a89
--
Jeroen Ruigrok van der Werven / asmodai
s Python 2.5 ?
Well, I assume using the source from
http://dbus.freedesktop.org/releases/dbus-python/ and trying to build it
fails on Windows? (I readily admit I have little clue how much of dbus is
platform-specific.)
--
Jeroen Ruigrok van der Werven / asmodai
イェルーン ラウフロック ヴァン デル ウェルヴェン
http://www.i
ytes transferred over a prescribed period of time.
Even if a system discards packets, your NSP, ISP or webhost will still count
it towards your total since it traversed their network.
--
Jeroen Ruigrok van der Werven / asmodai
イェルーン ラウフロック ヴァン デル ウェルヴェン
http://www.in-nomine.org/ | http://www.rangak
XML files I like to use either ElementTree or lxml. Very easy and
straightforward use of XML from Python in my opinion.
--
Jeroen Ruigrok van der Werven / asmodai
イェルーン ラウフロック ヴァン デル ウェルヴェン
http://www.in-nomine.org/ | http://www.rangaku.org/
Once sent from the Golden Hall...
--
http://mail.python.
s Diez
says, you are not tampering with it on a persistent global level.
--
Jeroen Ruigrok van der Werven / asmodai
イェルーン ラウフロック ヴァン デル ウェルヴェン
http://www.in-nomine.org/ | http://www.rangaku.org/
Any fool can make a rule. And every fool will mind it...
--
http://mail.python.org/mailman/listinfo/
icode string.
However, if you are mixing encodings within the same file, e.g. cp1252 in an
UTF8 encoded file, then you are creating a ton of problems.
--
Jeroen Ruigrok van der Werven / asmodai
イェルーン ラウフロック ヴァン デル ウェルヴェン
http://www.in-nomine.org/ | http://www.rangaku.org/
When moved to complain abo
x27; PyGMT-0.2 tarball anywhere, sorry.
--
Jeroen Ruigrok van der Werven / asmodai
イェルーン ラウフロック ヴァン デル ウェルヴェン
http://www.in-nomine.org/ | http://www.rangaku.org/
Put your heart, mind, intellect and soul even to your smallest acts. This
is the secret of success...
--
http://mail.python.org/mailman/listinfo/python-list
at the start it will be: N/A
Only after data has been passing through the connection and it having been
measured can you calculate an average.
But perhaps I missed something.
--
Jeroen Ruigrok van der Werven / asmodai
イェルーン ラウフロック ヴァン デル ウェルヴェン
http://www.in-nomine.org/ | http://www.rangaku.org/
Python conversion page
somewhere to map some of the basic types to Python equivalents?
What kind of speed difference should I expect?
--
Jeroen Ruigrok van der Werven / asmodai
イェルーン ラウフロック ヴァン デル ウェルヴェン
http://www.in-nomine.org/ | http://www.rangaku.org/
One often hears the most when everyone is
-On [20080104 14:22], Jeroen Ruigrok van der Werven ([EMAIL PROTECTED]) wrote:
>What I wonder about, does anybody have a Fortran to Python conversion page
>somewhere to map some of the basic types to Python equivalents?
Just to share my own ideas:
Seems
COMPLEX*16/complex*16 ~= complex
matrix calculation the rest is just stock mathematics, supported by
Python. I am trying to avoid another external dependency if I can. :)
--
Jeroen Ruigrok van der Werven / asmodai
イェルーン ラウフロック ヴァン デル ウェルヴェン
http://www.in-nomine.org/ | http://www.rangaku.org/
Time is merely a residue of R
ntradictory to the concept of garbage collection.
(And yes, I am investigating this and also how to get it leaner and better.)
--
Jeroen Ruigrok van der Werven / asmodai
イェルーン ラウフロック ヴァン デル ウェルヴェン
http://www.in-nomine.org/ | http://www.rangaku.org/
Speak the sweet truth...
--
http://mail.python.org/mailman/listinfo/python-list
-On [20080104 16:41], abhishek ([EMAIL PROTECTED]) wrote:
>What should i do to resolve this problem.
Perhaps the hints/tips from http://blogs.msdn.com/nikolad/articles/427101.aspx
might help?
--
Jeroen Ruigrok van der Werven / asmodai
イェルーン ラウフロック ヴァン デル ウェルヴェン
http://www.in-nomine.org/ | h
e past.
--
Jeroen Ruigrok van der Werven / asmodai
イェルーン ラウフロック ヴァン デル ウェルヴェン
http://www.in-nomine.org/ | http://www.rangaku.org/
For ever, brother, hail and farewell...
--
http://mail.python.org/mailman/listinfo/python-list
-On [20080105 11:36], [EMAIL PROTECTED] ([EMAIL PROTECTED]) wrote:
>class code:
>def __init__( self, start, stop ):
>startLoc = start
>stopLoc = stop
Shouldn't this be:
self.startLoc = start
self.stopLoc = stop
?
--
Jeroen Ruigrok van der Werven / asmodai
n this case it uses complex*16 and real*8. Is a real*8 a single precision
real?
--
Jeroen Ruigrok van der Werven / asmodai
イェルーン ラウフロック ヴァン デル ウェルヴェン
http://www.in-nomine.org/ | http://www.rangaku.org/
Everything has beauty, but not everyone sees it. - Confucius
--
http://mail.python.org/mailman/l
the dataset
is a simple list you can iterate over it as thus:
for subject in dataset:
do_geoprocessing(subject)
Dictionaries and other datatypes have similar means to construct an iterator.
Is this a bit what you want to achieve?
--
Jeroen Ruigrok van der Werven / asmodai
イェルーン ラウフロック ヴァン
tem("HCopy -T 1 -C" + os.path.join(conf_dir, "/hcopy.conf") + "-S" +
os.path.join(list_dir, "hcopy_list.txt"))
But I'd personally not use such a contracted syntax, it makes detecting
failure on any of the three function calls difficult.
--
Jeroen Ruigro
e a serialization format like JSON.
So what exactly are you trying to do?
--
Jeroen Ruigrok van der Werven / asmodai
イェルーン ラウフロック ヴァン デル ウェルヴェン
http://www.in-nomine.org/ | http://www.rangaku.org/
And every word upon your spiralling cross is but a misled sun, a bitter
loss...
--
http://mail.python.
suming ASCII, otherwise check out codecs.open().)
big_file = open('bigfile.txt', 'r')
line_nr = 0
for line in big_file:
line_nr += 1
has_match = line.find('my-string')
if has_match > 0:
print 'Found in line %d' % (line_nr)
Somet
'doorway'
in it.
So 't is merely for inspiration. ;)
--
Jeroen Ruigrok van der Werven / asmodai
イェルーン ラウフロック ヴァン デル ウェルヴェン
http://www.in-nomine.org/ | http://www.rangaku.org/
From morning to night I stayed out of sight / Didn't recognise I'd become
No more than aliv
e list of files to your script as a wildcard:
./myscript.py trp.pdb.*
And iterate over every argv you have to strip the WAT.
--
Jeroen Ruigrok van der Werven / asmodai
イェルーン ラウフロック ヴァン デル ウェルヴェン
http://www.in-nomine.org/ | http://www.rangaku.org/
The wisdom of the wise, and the experience of age
-On [20080108 09:51], John Machin ([EMAIL PROTECTED]) wrote:
>Make that >=
>
>| >>> 'fubar'.find('fu')
Or even just:
if 'my-string' in line:
...
Same caveat emptor applies though.
--
Jeroen Ruigrok van der Werven / asmodai
イェルーン ラウ
-r %s" %
(Input, List, modeltype, str(mixture), str(dimension), str(vfloor),
str(number), str(results))
subprocess.Popen([s])
--
Jeroen Ruigrok van der Werven / asmodai
イェルーン ラウフロック ヴァン デル ウェルヴェン
http://www.in-nomine.org/ | http://www.rangaku.org/
Few are those who see with their own eyes and feel with their own hearts...
--
http://mail.python.org/mailman/listinfo/python-list
;ll study your examples, thanks. :)
--
Jeroen Ruigrok van der Werven / asmodai
イェルーン ラウフロック ヴァン デル ウェルヴェン
http://www.in-nomine.org/ | http://www.rangaku.org/
A conclusion is simply the place where you got tired of thinking...
--
http://mail.python.org/mailman/listinfo/python-list
bigger ones.
If you want a basic HTTP handling framework under which you can hang your own
code more easily then you should look at things like Paste, WebOb, CherryPy,
Werkzeug, Twisted and others.
--
Jeroen Ruigrok van der Werven / asmodai
イェルーン ラウフロック ヴァン デル ウェルヴェン
http://www.in-nomine.
e that exists.
--
Jeroen Ruigrok van der Werven / asmodai
イェルーン ラウフロック ヴァン デル ウェルヴェン
http://www.in-nomine.org/ | http://www.rangaku.org/
Only the wisest and the stupidest of men never change...
--
http://mail.python.org/mailman/listinfo/python-list
classes should have docstrings, but I don't really have
>anything else to say, and each module contains only one class.
The ultimate test is running `pydoc your.module` or running epydoc on your
source and see how well the resulting documentation is built up.
--
Jeroen Ruigrok van der Werven /
ocally-translated version of a text string.
The same applies for Babel (http://babel.edgewall.org/) where we have _() in
similar vein to the gettext implementation.
--
Jeroen Ruigrok van der Werven / asmodai
イェルーン ラウフロック ヴァン デル ウェルヴェン
http://www.in-nomine.org/ | http://www.rangaku.org/
With
designs and calculating the resulting properties and
doing this for X iterations in a day it becomes quite painfully obvious that
raw CPU execution time *does* matter.
't All varies with what you want, of course...
--
Jeroen Ruigrok van der Werven / asmodai
イェルーン ラウフロック ヴァン デル ウェルヴェン
http://w
sense of allowing raw Unicode codepoints.
Instead JSON uses a \u scheme to encode Unicode characters (a bit flawed
to limit it to four hexadecimal digits though, it leaves the whole CJK Unified
Ideographs Extension B out of scope.).
I use simplejson along with lxml/ElementTree for my JSON<&g
need to do and gets installed
into a typical PATH directory.
--
Jeroen Ruigrok van der Werven / asmodai
イェルーン ラウフロック ヴァン デル ウェルヴェン
http://www.in-nomine.org/ | http://www.rangaku.org/
...fools rush in where Angels fear to tread.
--
http://mail.python.org/mailman/listinfo/python-list
ges solution is one of the cleanest I can
think of.
--
Jeroen Ruigrok van der Werven / asmodai
イェルーン ラウフロック ヴァン デル ウェルヴェン
http://www.in-nomine.org/ | http://www.rangaku.org/
Only I can change my life. No one can do it for me...
--
http://mail.python.org/mailman/listinfo/python-list
ke its way unto the mailing
list.
I wonder what the ratio of newsgroup posters versus mailinglist posters is
nowadays.
--
Jeroen Ruigrok van der Werven / asmodai
イェルーン ラウフロック ヴァン デル ウェルヴェン
http://www.in-nomine.org/ | http://www.rangaku.org/
Faith, it seems, is not without irony...
--
by assignment.
I personally tend to see __init__ or __new__ as equivalent to what other
languages call a constructor.
(And I am sure some people might disagree with that. ;))
--
Jeroen Ruigrok van der Werven / asmodai
イェルーン ラウフロック ヴァン デル ウェルヴェン
http://www.in-nomine.org/ | http://www.rangaku.org/
T
ot
that clear to me, to be honest.
--
Jeroen Ruigrok van der Werven / asmodai
イェルーン ラウフロック ヴァン デル ウェルヴェン
http://www.in-nomine.org/ | http://www.rangaku.org/
I think, therefore I am...
--
http://mail.python.org/mailman/listinfo/python-list
umping between 4 languages on the same day is not helping much to be honest).
--
Jeroen Ruigrok van der Werven / asmodai
イェルーン ラウフロック ヴァン デル ウェルヴェン
http://www.in-nomine.org/ | http://www.rangaku.org/
If slavery is not wrong, nothing is wrong...
--
http://mail.python.org/mailman/listinfo/python-list
.python due
to a news gateway.
--
Jeroen Ruigrok van der Werven / asmodai
イェルーン ラウフロック ヴァン デル ウェルヴェン
http://www.in-nomine.org/ | http://www.rangaku.org/
I accept that some things will never change, I've let your tiny minds
magnify my agony...
--
http://mail.python.org/mailman/listinfo/python-list
ion.
--
Jeroen Ruigrok van der Werven / asmodai
イェルーン ラウフロック ヴァン デル ウェルヴェン
http://www.in-nomine.org/ | http://www.rangaku.org/
Nothing is constant but change...
--
http://mail.python.org/mailman/listinfo/python-list
project has adequate documentation on this on their
website. Just look for documentation on their (SWIG) bindings.
--
Jeroen Ruigrok van der Werven / asmodai
イェルーン ラウフロック ヴァン デル ウェルヴェン
http://www.in-nomine.org/ | http://www.rangaku.org/
I was searching through the Heavens and somehow I slipped.
press.org/extend/plugins/wp-syntax/
IIRC it uses for highlighting Python for example.
It works quite well.
If you can host stuff yourself you might even like to check out
http://textpress.pocoo.org/ - a beginning Python solution. :)
--
Jeroen Ruigrok van der Werven / asmodai
イェルーン ラウフロック ヴァ
ng much to reduce the clutter and
provide insight.
--
Jeroen Ruigrok van der Werven / asmodai
イェルーン ラウフロック ヴァン デル ウェルヴェン
http://www.in-nomine.org/ | http://www.rangaku.org/
Life is not a problem to be solved but a reality to be experienced...
--
http://mail.python.org/mailman/listinfo/python-list
f.mass, .2, 0, temp)
I am curious about your use of double braces for vec2d though. Why ((0,0)) and
not (0, 0)?
--
Jeroen Ruigrok van der Werven / asmodai
イェルーン ラウフロック ヴァン デル ウェルヴェン
http://www.in-nomine.org/ | http://www.rangaku.org/
We have met the enemy and they are ours...
--
http://mail.pyth
ad
hominems so readily?
Just an observation from peanut gallery. :)
--
Jeroen Ruigrok van der Werven / asmodai
イェルーン ラウフロック ヴァン デル ウェルヴェン
http://www.in-nomine.org/ | http://www.rangaku.org/
We have met the enemy and they are ours...
--
http://mail.python.org/mailman/listinfo/python-list
king on a , to denote a tuple since in
almost every other language seeing (()) is just an additional layer of braces.
I had totally forgotten Python would make it a tuple.
And I guess my head was still stuck with some other languages as well when I
made my other suggestion. Mea culpa.
--
Jeroen R
om the Basic Latin Unicode block?
--
Jeroen Ruigrok van der Werven / asmodai
イェルーン ラウフロック ヴァン デル ウェルヴェン
http://www.in-nomine.org/ | http://www.rangaku.org/
We have met the enemy and they are ours...
--
http://mail.python.org/mailman/listinfo/python-list
- Python starts indexing at 0, not 1 like Matlab does
--
Jeroen Ruigrok van der Werven / asmodai
イェルーン ラウフロック ヴァン デル ウェルヴェン
http://www.in-nomine.org/ | http://www.rangaku.org/
We have met the enemy and they are ours...
--
http://mail.python.org/mailman/listinfo/python-list
his provides a Python to C++ compiler, but it enforces some restrictions on
Python's code.
--
Jeroen Ruigrok van der Werven / asmodai
イェルーン ラウフロック ヴァン デル ウェルヴェン
http://www.in-nomine.org/ | http://www.rangaku.org/
We have met the enemy and they are ours...
--
http://mail.python.org/mailman/
k holes, Solo
managed to cut the distance down to about 11.5 parsecs.
In the A New Hope novelization, Han says "standard time units" rather than
"parsecs". Therefore, the reduced distance of Solo's Kessel Run is most
likely a retcon to explain George Lucas's confusion
-On [20080208 15:16], [EMAIL PROTECTED] ([EMAIL PROTECTED]) wrote:
>What is an elegant way of getting the local time (considering DST -
>daylight saving time) with that data?
Perhaps using pytz might be the easiest way: http://pytz.sourceforge.net/
--
Jeroen Ruigrok van der Werven / a
Python memory use and proper coding is better understood.
--
Jeroen Ruigrok van der Werven / asmodai
イェルーン ラウフロック ヴァン デル ウェルヴェン
http://www.in-nomine.org/ | http://www.rangaku.org/
What is to be, will be. And what isn't to be sometimes happens...
--
http://mail.python.org/mailman/listinfo/python-list
gt;measure different things.
Eh? Last I checked both pound and kilogram are units of mass, so where is
the incompatibility?
--
Jeroen Ruigrok van der Werven / asmodai
イェルーン ラウフロック ヴァン デル ウェルヴェン
http://www.in-nomine.org/ | http://www.rangaku.org/
To fight and conquer in one hundred battles is not
-On [20080213 20:16], Jeff Schwab ([EMAIL PROTECTED]) wrote:
>So what is the mass of a slug, anyway? (I assume this is slug as in
>bullet, not slimy, creeping thing.)
http://en.wikipedia.org/wiki/Slug_(mass) would be my guess.
--
Jeroen Ruigrok van der Werven / asmodai
イェルーン ラウフロック
st...]
--
Jeroen Ruigrok van der Werven / asmodai
イェルーン ラウフロック ヴァン デル ウェルヴェン
http://www.in-nomine.org/ | http://www.rangaku.org/
Sometimes I wonder why are we so blind to face...
--
http://mail.python.org/mailman/listinfo/python-list
e a 'wth'
experience. Tasted nice though. But talk about weird...
--
Jeroen Ruigrok van der Werven / asmodai
イェルーン ラウフロック ヴァン デル ウェルヴェン
http://www.in-nomine.org/ | http://www.rangaku.org/
Just remain in the centre, watching. And then forget that you are there...
--
http://mail.python.or
ing piece by piece, but the 2.x -> 3.0 transition
allows to clean up some thing in a good way, rather than bolting things on
top of others.
Anyway, please search around a bit, this kind of stuff has been extensively
discussed in the past.
--
Jeroen Ruigrok van der Werven / asmodai
イェルーン ラウフロック
-On [20080221 11:56], [EMAIL PROTECTED] ([EMAIL PROTECTED]) wrote:
>Can someone help me to get in the right track, and get a good move?
http://wiki.python.org/moin/BeginnersGuide
--
Jeroen Ruigrok van der Werven / asmodai
イェルーン ラウフロック ヴァン デル ウェルヴェン
http://www.in-nomine.org/ | h
da
from food.ham import parma
__all__ = ['gouda', 'parma']
and in turn in your script you can now use food.gouda and food.parma.
Unless I totally misunderstood what you are trying to achieve.
--
Jeroen Ruigrok van der Werven / asmodai
イェルーン ラウフロック ヴァン デル ウェルヴェン
http://www.in-nomi
usr/share/locale and see if ml is even supported, you'd generally
have to use ml_IN I guess.
--
Jeroen Ruigrok van der Werven / asmodai
イェルーン ラウフロック ヴァン デル ウェルヴェン
http://www.in-nomine.org/ | http://www.rangaku.org/
Imitation is the sincerest form of flattery...
--
http://mail.python.org
-On [20080306 19:21], member thudfoo ([EMAIL PROTECTED]) wrote:
>An error occurred while loading
>http://www.martinrinehart.com/articles/python-grammar.html:
>Unknown host www.martinrinehart.com
Works for me.
--
Jeroen Ruigrok van der Werven / asmodai
イェルーン ラウフロック ヴァン デル ウェルヴェン
http
ave up on two spaces after a period. It's archaic.
--
Jeroen Ruigrok van der Werven / asmodai
イェルーン ラウフロック ヴァン デル ウェルヴェン
http://www.in-nomine.org/ | http://www.rangaku.org/
When you are right, you cannot be too radical; When you are wrong, you
cannot be too conservative.
--
http://mail.python.org/mailman/listinfo/python-list
ocs/babel.numbers
We make use of the Unicode CLDR information to provide locale-specific
formatting.
--
Jeroen Ruigrok van der Werven / asmodai
イェルーン ラウフロック ヴァン デル ウェルヴェン
http://www.in-nomine.org/ | http://www.rangaku.org/
When we have not what we like, we must like what we have...
--
http://mail.python.
k for Python, maybe similar to Perl's
>CGI::Application?
Werkzeug[1] should be in your line, I think.
[1] http://werkzeug.pocoo.org/
--
Jeroen Ruigrok van der Werven / asmodai
イェルーン ラウフロック ヴァン デル ウェルヴェン
http://www.in-nomine.org/ | http://www.rangaku.org/ | GPG: 2EAC625B
Earth to earth, ash
-On [20090128 19:01], excord80 (excor...@gmail.com) wrote:
>Again, the solution must work for plain vanilla CGI. I don't have WSGI
>available. But thank you.
It works for plain CGI. I myself use it for FCGI.
--
Jeroen Ruigrok van der Werven / asmodai
イェルーン ラウフロック ヴァン デル ウェルヴェン
ht
I'll double check the documentation and expand where necessary.
[1] http://zine.pocoo.org/
--
Jeroen Ruigrok van der Werven / asmodai
イェルーン ラウフロック ヴァン デル ウェルヴェン
http://www.in-nomine.org/ | http://www.rangaku.org/ | GPG: 2EAC625B
Earth to earth, ashes to ashes, dust to dust...
--
http:/
-On [20090201 15:18], Craig (fasteliteprogram...@yahoo.com) wrote:
>eclipse
With the pydev plugin of course.
Personally I prefer to just use vim and (i)python. But at work I am using
Eclipse with pydev as well.
--
Jeroen Ruigrok van der Werven / asmodai
イェルーン ラウフロック ヴァン デル ウェルヴェン
h
comparing a file to those that are already stored in the database.
Maybe CouchDB [1] is more in line with what you need.
[1] http://couchdb.apache.org/
--
Jeroen Ruigrok van der Werven / asmodai
イェルーン ラウフロック ヴァン デル ウェルヴェン
http://www.in-nomine.org/ | http://www.rangaku.org/ | GPG: 2EAC625B
Eart
ed section was thoroughly reviewed otherwise you're
duplicating a flaw across X other sections. And then you also best hope that
whoever finds said flaw and fixes it is also smart enough to check for
similar constructs around the code base.
--
Jeroen Ruigrok van der Werven / asmodai
イェルーン ラウフロック
would be
correct, yes.
--
Jeroen Ruigrok van der Werven / asmodai
イェルーン ラウフロック ヴァン デル ウェルヴェン
http://www.in-nomine.org/ | http://www.rangaku.org/ | GPG: 2EAC625B
Earth to earth, ashes to ashes, dust to dust...
--
http://mail.python.org/mailman/listinfo/python-list
u make sure to 'rehash' your $PATH or add the
appropriate directory to the $PATH variable.
On Windows, you set your environment variable PATH to include the path to
Python programs (typically something like C:\Python25), which you can find
under the system control panel.
--
Jeroen Ruigro
ard Windows firewall but perhaps some
third-party one.
Most of the time in the firewall configuration windows you can add specific
executables to be allowed access. As such you probably have to point it to
the C:\Python25\Python.exe file, but that's just a guess.
--
Jeroen Ruigrok van der Werven
ick Python Unicode (with encode
or decode) should get you there.
--
Jeroen Ruigrok van der Werven / asmodai
イェルーン ラウフロック ヴァン デル ウェルヴェン
http://www.in-nomine.org/ | http://www.rangaku.org/ | GPG: 2EAC625B
Knowledge is soon changed, then lost in the mist, an echo half-heard...
--
http://mail.python.or
eady based on the
last comment)
--
Jeroen Ruigrok van der Werven / asmodai
イェルーン ラウフロック ヴァン デル ウェルヴェン
http://www.in-nomine.org/ | http://www.rangaku.org/ | GPG: 2EAC625B
Ignorance is the opportunity to learn...
--
http://mail.python.org/mailman/listinfo/python-list
Also, chalk up my preference for SQLAlchemy.
--
Jeroen Ruigrok van der Werven / asmodai
イェルーン ラウフロック ヴァン デル ウェルヴェン
http://www.in-nomine.org/ | http://www.rangaku.org/ | GPG: 2EAC625B
The thought of a moment is as fleeting as the memory of it intense...
--
http://mail.python.org/mailman/listinfo/python-list
mpletion.
The benefit is easily testing code snippets, inspecting the contents of
various variables, modules, classes, and so on.
--
Jeroen Ruigrok van der Werven / asmodai
イェルーン ラウフロック ヴァン デル ウェルヴェン
http://www.in-nomine.org/ | http://www.rangaku.org/ | GPG: 2EAC625B
I must be cruel, only to
;s a whole group of rabid, zealous proponents of one
system or ther other out there that are quick to denounce any of your
rationale for going with one or the other if it is not their $FAVOURITE_ONE.
--
Jeroen Ruigrok van der Werven / asmodai
イェルーン ラウフロック ヴァン デル ウェルヴェン
http://www.in-nomine.org/ |
's always a group who actively push
one solution over all others without regard to what the current situation
demands. If you cannot step back and look at the whole without trying to
push your own things, there's nary a word other than rabid and zealous for
that type of behaviour.
--
Je
e decision for the Python project to use a DVCS at all,
which was evident from my initial email.
I merely stated that I cannot understand why there's a meme and/or group of
people on the 'net that vehemently declare that everything less than a DVCS
sucks.
--
Jeroen Ruigrok van der
#x27;s what Ebay offers, so it is best to use that route. It's quite a
straightforward implementation in Python.
Just use something like httplib2 with lxml or so.
--
Jeroen Ruigrok van der Werven / asmodai
イェルーン ラウフロック ヴァン デル ウェルヴェン
http://www.in-nomine.org/ | http://www.rangaku.org/ | GPG:
-On [20090419 08:20], zaheer.ag...@gmail.com (zaheer.ag...@gmail.com) wrote:
>Need to some one to look at it and tell me if there are better ways of
>doing same things
Just post the snippets of code you want review of.
--
Jeroen Ruigrok van der Werven / asmodai
イェルーン ラウフロック ヴァン デル ウェルヴェ
-On [20090415 14:25], Deep_Feelings (doctore...@gmail.com) wrote:
>4- support of international languages
http://babel.edgewall.org/
--
Jeroen Ruigrok van der Werven / asmodai
イェルーン ラウフロック ヴァン デル ウェルヴェン
http://www.in-nomine.org/ | http://www.rangaku.org/ | GPG: 2EAC625B
Hope is a letter t
can a redefinition.
One way around it, depending how AIX protects headers might be to change
Include/token.h to either:
#if defined(_SYS_IOCTL_H_)
#undef TILDE
#define TILDE 32
#endif
or
#if defined(aix)
#undef TILDE
#define TILDE 32
#endif
--
Jeroen Ruigrok van der Wer
I will
>experiment a little bit and see if I make it compile.
I'll be interested to see if that fixes it. I have had to support a bunch of
different Unix systems over the years compile-wise, but I don't think AIX
was one of them though, so I might be a bit rusty there.
--
Jeroen R
s passed to the
compiler/linker correct (-L) for locating libtk8.3.so?
--
Jeroen Ruigrok van der Werven / asmodai
イェルーン ラウフロック ヴァン デル ウェルヴェン
http://www.in-nomine.org/ | http://www.rangaku.org/ | GPG: 2EAC625B
Time is a twofold teacher, harsh and yet patient like no-one...
--
http://mail.python.org
each subpackage/module you could add an import and __all__ to
__init__.py to expose Conditions and then shorten it all to:
import VLMLegacy.VLM4997 as VLM4997
import VLMLegacy.VLMPC as VLMPC
import VLMLegacy.WINGTL as WINGTL
So that you can do:
a = VLM4997.Conditions(rdr, 2)
a.test()
--
Jeroen R
-On [20090513 05:53], walterbyrd (walterb...@iname.com) wrote:
>As you probably know, cygwin formats to UNIX.
That entirely depends on how you install it.
Anyway, I am sure the Cygwin repository has the tools dos2unix/unix2dos
available for installation.
--
Jeroen Ruigrok van der Wer
ew times already.
The suggested design choices seem logical to me.
+1
--
Jeroen Ruigrok van der Werven / asmodai
イェルーン ラウフロック ヴァン デル ウェルヴェン
http://www.in-nomine.org/ | http://www.rangaku.org/ | GPG: 2EAC625B
Of all that is to come, the Dream has just begun...
--
http://mail.python.org/mailman/listinfo/python-list
ou to
>have python-ldap updates still supporting it.
Not that I use python-ldap at work, but our lowest Python version is 2.3 and
we're working towards making 2.5 the default.
Hopefully that helps you for versions used. :)
--
Jeroen Ruigrok van der Werven / asmodai
イェルーン ラウフロック ヴァン デル
Jeroen Ruigrok van der Werven / asmodai
イェルーン ラウフロック ヴァン デル ウェルヴェン
http://www.in-nomine.org/ | http://www.rangaku.org/ | GPG: 2EAC625B
Under this standard shalt thou conquer...
--
http://mail.python.org/mailman/listinfo/python-list
penmpi/1.2.4-gcc/libopen-
>pal.so.0 (0x00344000)
These libraries are what your binaries (.so and such) needs to link against
as well. I am not sure if you have to add a flag (-mpi) to your compiler or
if you need to add a -L/usr/lib/openmpi/1.2.4-gcc -lmpi -lopen-rte
-lopen-pal to the incantations.
-On [20080619 17:11], Spectrum ([EMAIL PROTECTED]) wrote:
> ImportError: dynamic module does not define init function
Might be it's looking, but not finding, something like crti.S or the likes,
the C runtime files that specify stuff like _init and _fini.
--
Jeroen Ruigrok van de
in vim.
--
Jeroen Ruigrok van der Werven / asmodai
イェルーン ラウフロック ヴァン デル ウェルヴェン
http://www.in-nomine.org/ | http://www.rangaku.org/ | GPG: 2EAC625B
Don't always think in a straight line...
--
http://mail.python.org/mailman/listinfo/python-list
-On [20080704 09:00], Aspersieman ([EMAIL PROTECTED]) wrote:
>Here's a tutorial on setting this up.
>http://blog.sontek.net/2008/05/11/python-with-a-modular-ide-vim/
Thanks Nicol, there's some things there that can speed up my current setup
as well.
--
Jeroen Ruigro
le ago I did tests with various GCC compilers and their effect on
Python running time as well as Intel's cc. Intel won on (nearly) all
accounts, meaning it was faster overall.
From the top of my mind: GCC 4.1.x was faster than GCC 4.2.x.
--
Jeroen Ruigrok van der Werven / asmodai
イェルーン
hank you to everyone who tried Genshi and provided feedback,
reported bugs, and/or contributed patches!
Cheers,
--
Christopher Lenz
cmlenz at gmx.de
http://www.cmlenz.net/
----- End forwarded message -
--
Jeroen Ruigrok van der Werven / asmodai
イェルーン ラウフロック ヴァン デル ウェルヴェン
http://www.in-nom
ck,
reported bugs, and/or contributed patches!
Cheers,
Chris
--
Christopher Lenz
cmlenz at gmx.de
http://www.cmlenz.net/
- End forwarded message -
--
Jeroen Ruigrok van der Werven / asmodai
イェルーン ラウフロック ヴァン デル ウェルヴェン
http://www.in-nomine.org/ | http://www.rangaku.org/ | GPG: 2EA
CCs. So do not
automatically assume that newer is better.
--
Jeroen Ruigrok van der Werven / asmodai
イェルーン ラウフロック ヴァン デル ウェルヴェン
http://www.in-nomine.org/ | http://www.rangaku.org/ | GPG: 2EAC625B
The weak can never forgive. Forgiveness is the attribute of the strong...
--
http://mail.python.org/mail
t the class Classroom
has no self.desk_offset.
So in your class definition you would need to add something to __init__()
like:
self.desk_offset = None # or 0 or...
--
Jeroen Ruigrok van der Werven / asmodai
イェルーン ラウフロック ヴァン デル ウェルヴェン
http://www.in-nomine.org/ | http://www.rangaku.org/ | GPG: 2EAC625
: a
Out[2]: u'\xe6\x84\x9b'
Normal python shell:
>>> a = u'愛'
>>> a
u'\u611b'
I wonder if it can be easily fixed with a getpreferredencoding() or by using
an .encode(sys.stdout.encoding or getpreferredencoding() or 'ascii',
'replace
cursor.fetchall():
combined = ', '.join(row)
--
Jeroen Ruigrok van der Werven / asmodai
イェルーン ラウフロック ヴァン デル ウェルヴェン
http://www.in-nomine.org/ | http://www.rangaku.org/ | GPG: 2EAC625B
Focus on your one purpose...
--
http://mail.python.org/mailman/listinfo/python-list
1 - 100 of 119 matches
Mail list logo