rantingrick wrote:
It has long been my dream to create an open source 3D CAD program and
I have a real good idea of the UI design
Have you seen Sketchup?
http://sketchup.google.com/
It has an amazingly intuitive user interface, much better
than any other 3D modeller I've seen. Anyone thi
On Feb 12, 6:46 pm, Gerard Flanagan wrote:
> Jason wrote:
> > Hey everyone--
>
> > I'm pretty new to Python, & I need to do something that's incredibly
> > simple, but combing my Python Cookbook & googling hasn't helped me out
> > too much yet, and my brain is very, very tired & flaccid @ the
> >
Hello group! This is probably a silly newbie mistake but consider the
following program:
import libsbml
def getSBMLModel(biomodel_path):
reader = libsbml.SBMLReader()
sbml_doc = reader.readSBML(biomodel_path)
sbml_model = None
if sbml_doc.getNumErrors() > 0:
print 'I c
Carbon Man wrote:
> Hi,
> I need to embed a web browser into a python page. I am coming from the MS
> world where I created an app that all of it's interfaces were actually web
> pages rendered in an Internet Explorer activex control. There was a object
> hook that allowed you to call into the hos
On Feb 12, 12:54 am, pyt...@bdurham.com wrote:
> Richard,
>
> An excellent tool. Great job!!!
>
> Thank you for sharing this with the Python community.
>
> Regards,
> Malcolm
Many thanks Richard and Josh.
I've just started my adventure with Python, and this document will
help me a lot.
Cheers,
K
On Thu, 12 Feb 2009 06:06:06 +0100, wrote:
[snip]
My only (minor) complaint is that Tk
doesn't draw text antialiased in the various widgets (menus, labels,
buttons, etc.).
From version 8.5 of tcl/tk, it's supposed to do it. See this page:
http://www.tcl.tk/software/tcltk/8.5.tml
under 'Highlig
Graham Dumpleton wrote:
.
requests.
If the work is indeed long running, the backend process would normally
just acknowledge the request and not wait. The web page would return
and it would be up to user to then somehow occassionally poll web
server, manually or by AJAX, to see how progre
Hi,
I hope you can help me with this optimizing problem!
I have a large list of dictionaries (about 250 000 of them). Two or
more of these dictionaries contains the same data (not more than five
or six of them per item) e.g. [{'a':1,'b':'2','c':3} , {'d':
4,'e':'5','f':6},{'a':1,'b':'2','c':3} , {
jeffg wrote:
> To be honest, this is not my code and I'm new to python. It's part of
> the open source project NetworkX, but I'm using this one call
> extensively. I'm also not that familiar with the math behind the
> physics. I'll read the documents and see if I can figure it
> out. :-) Thank
Fisherking writes:
> Which are the best way of searching through the list and extract the
> items that are the same.
Sort the list, then scan through looking for duplicates, which will be
adjacent to each other.
--
http://mail.python.org/mailman/listinfo/python-list
Hi,
2009/2/12 Paul Rubin :
> Fisherking writes:
>> Which are the best way of searching through the list and extract the
>> items that are the same.
hmmm how about using sqlites in memory database and let SQL take care
of finding that for you?
hth
Martin
--
http://soup.alt.delete.co.at
http:/
WP a écrit :
Hello group! This is probably a silly newbie mistake but consider the
following program:
import libsbml
def getSBMLModel(biomodel_path):
reader = libsbml.SBMLReader()
sbml_doc = reader.readSBML(biomodel_path)
sbml_model = None
if sbml_doc.getNumErrors() > 0:
Hendrik van Rooyen wrote:
> "Steve Holden" wrote:
>
>> Jeez, doesn't anyone read the fine manual any more? I hope this was just
>> an academic exercise.
>>
> socket.inet_ntoa(struct.pack("!l", 10))
>> '59.154.202.0'
>> Holden's rule: when it looks simple enough to be worth including i
Fisherking wrote:
> I hope you can help me with this optimizing problem!
> I have a large list of dictionaries (about 250 000 of them). Two or
> more of these dictionaries contains the same data (not more than five
> or six of them per item) e.g. [{'a':1,'b':'2','c':3} , {'d':
> 4,'e':'5','f':6},{
It appears if one moves between IDLE and pythonWin (pyWin) that two separate
loops (threads?) can occur, and that IDLE can produce incorrect results.
Since I have preferred IDLE over pyWin, that leaves me currently in a
quandry. How do I renew these processes, so that I can proceed with IDLE?
mattia wrote:
> Hi everybody, I'm looking for an easy way to put data in a form, then
> click the button and follow the redirect. Also I need to use cookies. I
> read that using perl this can be done using the UserAgent lib, that also
> provide th browser functionality to let the site believe that
I am looking for how can i use XACML with Python. Anybody who had used xacml
with python or and idea?
Thanx.
--
Oğuz Yarımtepe
www.loopbacking.info
--
http://mail.python.org/mailman/listinfo/python-list
On Thu, Feb 12, 2009 at 3:41 AM, Vladimír Župka wrote:
> Here is config.log:
>
> This file contains any messages produced by compilers while
> running configure, to aid debugging if configure makes a mistake.
>
> It was created by python configure 3.0, which was
> generated by GNU Autoconf 2.61.
I tend to work a lot with Trac for project management and have always
found the browser interface to be a productivity killer. I always
wanted a simple command-line interface to Trac, but having never found
one I found a little free time and got off my laurels to make one.
TracShell 0.1 is an ear
W. eWatson wrote:
> It appears if one moves between IDLE and pythonWin (pyWin) that two
> separate loops (threads?) can occur, and that IDLE can produce incorrect
> results. Since I have preferred IDLE over pyWin, that leaves me currently
> in a quandry. How do I renew these processes, so that I c
Hi everybody,
I've recently finished my Master's thesis on the semantics of Python.
In my thesis I define the semantics of Python by rewriting an abstract
machine. The sources that are used to produce my thesis can also be
compiled into a working interpreter. Hence I call it an 'executable'
semant
On 12 Feb, 14:06, J Kenneth King wrote:
> I tend to work a lot with Trac for project management and have always
> found the browser interface to be a productivity killer. I always
> wanted a simple command-line interface to Trac, but having never found
> one I found a little free time and got off
Diez B. Roggisch wrote:
W. eWatson wrote:
It appears if one moves between IDLE and pythonWin (pyWin) that two
separate loops (threads?) can occur, and that IDLE can produce incorrect
results. Since I have preferred IDLE over pyWin, that leaves me currently
in a quandry. How do I renew these pro
Hello everyone,
I'm Brandon Taylor, senior web developer with the University of Texas
at Austin. We're using Python 2.6.1 and having a lot of difficulty
getting the cx_Oracle-5.0 library to install on one of our MacBooks
running OS X 10.5.6.
We can get cx_Oracle to compile, but after running setu
On Feb 11, 8:22 pm, Basilisk96 wrote:
> Hello all,
>
> I have the following function that uses an intermediate iterator
> "rawPairs":
>
> def MakePairs(path):
> import os
> import operator
> join = os.path.join
> rawPairs = (
> (join(path, s), func(s))
> for s in os
Krzysztof Retel writes:
> On 12 Feb, 14:06, J Kenneth King wrote:
>> I tend to work a lot with Trac for project management and have always
>> found the browser interface to be a productivity killer. I always
>> wanted a simple command-line interface to Trac, but having never found
>> one I found
>
> I think parallel python will take of that for you
> (http://www.parallelpython.com/)
I've found that RPyC (http://rpyc.wikidot.com/) is quite usefull for
my task. It allows me to build RPC service which accepts ordinary
python function from client and return result in synchronous or
asynchron
On Feb 12, 7:28 am, Xah Lee wrote:
> lisp machine keyboards.
>
> • Knite keyboard. I think this is one of the
> earlist.http://world.std.com/~jdostale/kbd/Knight.html
>
> • Symbolics earlier style keyboard (PN 364000), by Peter
> Painehttp://www.asl.dsl.pipex.com/symbolics/photos/IO/kbd-older.ht
> ImportError: dlopen(/Library/Frameworks/Python.framework/Versions/2.6/
> lib/python2.6/site-packages/cx_Oracle.so, 2): Symbol not found:
> ___divdi3
You didn't link cx_Oracle.so all libs which it use. run "ldd -r
cx_Oracle.so" and you'll have an idea about all missing symbols. The
names of misse
Ok, so I noticed some of the modules (such as many of the datetime
attributes) are read-only, which means the __setattr__ and __set__
methods are intercepted... pretty easy. I am looking for a way to
automate this. The real goal is not to have read only attributes, but
to have getters and setters
> Done that. Been there. It doesn't work. If I take another py tkinter
> program and run it in IDLE, it *will work*. The current program goes boom.
That's pure luck then. IDLE is written in Tkinter, and *running* Tkinter
apps inside of it is bound to fail sooner or later. Failure might be as
drast
Oh... one other thing that would be really cool is to do this with AOP/
descriptors! I just haven't been able to get that to work either.
Basics...
@readonly
class MyClass(object):
def __init__(self, x):
self.set_x(x)
def get_x(self):
return self._
But I just cant find it. How do I do an or, as in c/c++'s ||? Just
trying to do something simple, the python equivilent of:
if(i % 3 == 0 || i % 5 == 0)
Thanks.
--
http://mail.python.org/mailman/listinfo/python-list
On Feb 12, 9:03 am, Catherine Heathcote
wrote:
> But I just cant find it. How do I do an or, as in c/c++'s ||? Just
> trying to do something simple, the python equivilent of:
>
> if(i % 3 == 0 || i % 5 == 0)
>
> Thanks.
if i % 3 == 0 or i % 5 == 0
--
http://mail.python.org/mailman/listinfo/pyth
On Feb 12, 9:03 am, Catherine Heathcote
wrote:
> But I just cant find it. How do I do an or, as in c/c++'s ||? Just
> trying to do something simple, the python equivilent of:
>
> if(i % 3 == 0 || i % 5 == 0)
>
> Thanks.
in 2.5 and above you can do
if any(i%3 == 0, i%5 == 0)
--
http://mail.python.
Mensanator wrote:
On Feb 11, 10:58�pm, Jason wrote:
Hey everyone--
I'm pretty new to Python, & I need to do something that's incredibly
simple, but combing my Python Cookbook & googling hasn't helped me out
too much yet, and my brain is very, very tired & flaccid @ the
moment
I have a lis
In article ,
Catherine Heathcote wrote:
>
>But I just cant find it. How do I do an or, as in c/c++'s ||? Just
>trying to do something simple, the python equivilent of:
>
>if(i % 3 == 0 || i % 5 == 0)
if i % 3 == 0 or i % 5 == 0:
You may find it worthwhile to quickly step through everything in
TechieInsights wrote:
On Feb 12, 9:03 am, Catherine Heathcote
wrote:
But I just cant find it. How do I do an or, as in c/c++'s ||? Just
trying to do something simple, the python equivilent of:
if(i % 3 == 0 || i % 5 == 0)
Thanks.
if i % 3 == 0 or i % 5 == 0
Yea, new it would be embarras
gideon:
> I've recently finished my Master's thesis on the semantics of Python.
> In my thesis I define the semantics of Python by rewriting an abstract
> machine. The sources that are used to produce my thesis can also be
> compiled into a working interpreter. Hence I call it an 'executable'
> sem
On Feb 12, 2:48 am, jeffg wrote:
> If anyone wants to take this on... I would really really like to have
> the spring_layout modified to support multi-threading if at all
> possible.
You can start creating a compiled Python extension using ShedSkin, it
may be enough.
Bye,
bearophile
--
http://ma
On Feb 12, 5:07 pm, TechieInsights wrote:
> On Feb 12, 9:03 am, Catherine Heathcote
>
> wrote:
> > But I just cant find it. How do I do an or, as in c/c++'s ||? Just
> > trying to do something simple, the python equivilent of:
>
> > if(i % 3 == 0 || i % 5 == 0)
>
> > Thanks.
>
> in 2.5 and above
Hi,
you could do it this way also :
if i in [3,5]:
do something...
KM
~
On Fri, Feb 13, 2009 at 1:19 AM, Michele Simionato <
michele.simion...@gmail.com> wrote:
> On Feb 12, 5:07 pm, TechieInsights wrote:
> > On Feb 12, 9:03 am, Catherine Heathcote
> >
> > wrote:
> > >
Aahz wrote:
In article ,
Catherine Heathcote wrote:
But I just cant find it. How do I do an or, as in c/c++'s ||? Just
trying to do something simple, the python equivilent of:
if(i % 3 == 0 || i % 5 == 0)
if i % 3 == 0 or i % 5 == 0:
You may find it worthwhile to quickly step through ever
2009/2/12 km :
> Hi,
>
> you could do it this way also :
>
> if i in [3,5]:
> do something...
True, you could do it, but it would be wrong. The original is true for
i = 6, 9, 10, 12 and so on, but yours doesn't seem to be...
--
Tim Rowe
--
http://mail.python.org/mailman/listinfo/python-list
On Feb 12, 10:58 am, TechieInsights wrote:
> Oh... one other thing that would be really cool is to do this with AOP/
> descriptors! I just haven't been able to get that to work either.
> Basics...
>
> @readonly
> class MyClass(object):
> def __init__(self, x):
> self.set_x
On Feb 12, 9:19 am, Michele Simionato
wrote:
> On Feb 12, 5:07 pm, TechieInsights wrote:
>
> > On Feb 12, 9:03 am, Catherine Heathcote
>
> > wrote:
> > > But I just cant find it. How do I do an or, as in c/c++'s ||? Just
> > > trying to do something simple, the python equivilent of:
>
> > > if(i
On Feb 12, 9:27 am, josh logan wrote:
> On Feb 12, 10:58 am, TechieInsights wrote:
>
>
>
> > Oh... one other thing that would be really cool is to do this with AOP/
> > descriptors! I just haven't been able to get that to work either.
> > Basics...
>
> > @readonly
> > class MyClass(object):
> >
Fisherking wrote:
Hi,
I hope you can help me with this optimizing problem!
I have a large list of dictionaries (about 250 000 of them). Two or
more of these dictionaries contains the same data (not more than five
or six of them per item) e.g. [{'a':1,'b':'2','c':3} , {'d':
4,'e':'5','f':6},{'a':
On Feb 12, 8:57 am, "W. eWatson" wrote:
> Diez B. Roggisch wrote:
> > W. eWatson wrote:
>
> >> It appears if one moves between IDLE and pythonWin (pyWin) that two
> >> separate loops (threads?) can occur, and that IDLE can produce incorrect
> >> results. Since I have preferred IDLE over pyWin, tha
I simply ask, "How do I get around the problem?"
--
W. eWatson
(121.015 Deg. W, 39.262 Deg. N) GMT-8 hr std. time)
Obz Site: 39° 15' 7" N, 121° 2' 32" W, 2700 feet
Web Page:
--
http://mail.python.org/mailman/listin
As with Diez, I simply ask, "How do I get around the problem?" Are you two
telling me that it is impossible?
OK, here's my offer to both of you. Do you have IDLE for Python 2.5 and have
good familiarity with Tkinter? If so, I'll send you the code and you can
try it yourself. My guess is that
Terry Reedy wrote:
> John Fabiani wrote:
>> Hi,
>> OpenOffice 3 on windows uses python 2.3.x (I have no idea why).
>
> I presume because no one has volunteered to do the update for the Py-UNO
> bridge. In any case, why do you consider that to be a problem. It is
> common for apps to include the
Hi,
There seems to be lot of spam coming in this newsgroup.
Is it possible to have some mechanism similar to say - slashdot -
wherein mails can be moderated by any of the usual users?
This is required only for people who is posting for the first time
(or people who has been rated spam befo
W. eWatson wrote:
As with Diez, I simply ask, "How do I get around the problem?" Are you
two telling me that it is impossible?
OK, here's my offer to both of you. Do you have IDLE for Python 2.5 and
have good familiarity with Tkinter? If so, I'll send you the code and
you can try it yourself
> There seems to be lot of spam coming in this newsgroup.
> Is it possible to have some mechanism similar to say - slashdot -
> wherein mails can be moderated by any of the usual users?
> This is required only for people who is posting for the first time
> (or people who has been rated spam b
> C.P.L
C.L.P even.
Ahem.
--S
--
http://mail.python.org/mailman/listinfo/python-list
Michele Simionato wrote:
On Feb 12, 5:07 pm, TechieInsights wrote:
On Feb 12, 9:03 am, Catherine Heathcote
wrote:
But I just cant find it. How do I do an or, as in c/c++'s ||? Just
trying to do something simple, the python equivilent of:
if(i % 3 == 0 || i % 5 == 0)
Thanks.
in 2.5 and above
If you subscribe to C.P.L as a mailing list instead of a
newsgroup, I believe most of the spam gets filtered out at the
mailing list<->news group gateway by the Python.org spam
filters... At least no spam in my Gmail spam folder appears to
be flagged from this group(at a very brief glance) so they
Steven D'Aprano wrote:
On Wed, 11 Feb 2009 04:31:10 -0500, Terry Reedy wrote:
Steven D'Aprano writes:
def fact(n):
if n < 0: raise ValueError
if n = 0: return 1
return fact(n-1)*n
At the risk of premature optimization, I wonder if there is an idiom
for avoiding the unnecessary te
So I've submitted a patch to bugs.python.org to add a new member
called is_finished to the zlib decompression object.
Issue 5210, file 13056, msg 81780
--
Crypto ergo sum. http://www.subspacefield.org/~travis/
Do unto other faiths as you would have them do unto yours.
If you are a spammer, pleas
Ok... for some closure I have written a class to automate the
process. It takes getters and setters and deleters and then sets the
property automatically. Sweet!
class AutoProperty(type):
def __new__(cls, name, bases, methoddict):
processed = []
getter =
On Feb 12, 10:23 am, Tim Chase wrote:
> > If you subscribe to C.P.L as a mailing list instead of a
> > newsgroup, I believe most of the spam gets filtered out at the
> > mailing list<->news group gateway by the Python.org spam
> > filters... At least no spam in my Gmail spam folder appears to
> >
Fisherking wrote:
Hi,
I hope you can help me with this optimizing problem!
I have a large list of dictionaries (about 250 000 of them). Two or
more of these dictionaries contains the same data (not more than five
or six of them per item) e.g. [{'a':1,'b':'2','c':3} , {'d':
4,'e':'5','f':6},{'a':
So,
Recently I made a fix to the zlib module that I need for use at work.
I would like other employees to be able to use it without recompiling python.
I assume I can just rename it and distribute it as a python extension.
I was wondering how I can provide a way for other employees to build it.
W. eWatson wrote:
> As with Diez, I simply ask, "How do I get around the problem?" Are you two
> telling me that it is impossible?
YES. That's what we and all the others who answered to you in the other
thread are telling you, repeatedly. It is impossible. Really. No kidding.
For sure. Jawoll, ga
A quick search on "imap nntp" turned up this list that might be useful -
http://deflexion.com/messaging/ although I wonder when it was written
because I remember using Aaron's RSS to email aggregator when RSS was
new(!).
It mentions gmane, though, which certainly still exists (I assume it
carries
On Feb 12, 6:22 pm, MRAB wrote:
> Michele Simionato wrote:
> > On Feb 12, 5:07 pm, TechieInsights wrote:
> >> On Feb 12, 9:03 am, Catherine Heathcote
>
> >> wrote:
> >>> But I just cant find it. How do I do an or, as in c/c++'s ||? Just
> >>> trying to do something simple, the python equivilent
You might want to read
https://www.dfwpython.org/repo/Presentations/2008-10-04-PyArkansas-PythonEggsIntro/eggs-introduction.pdf
It covers a lot of ground; I used it to work out how to distribute a pure
Python package, but I am sure it mentions compiled packages too. In my
case I ended up using s
W. eWatson wrote:
As with Diez, I simply ask, "How do I get around the problem?" Are you
two telling me that it is impossible?
OK, here's my offer to both of you. Do you have IDLE for Python 2.5 and
have good familiarity with Tkinter? If so, I'll send you the code and
you can try it yourself
Hi there.
now i'm a complete newbie for python, and maybe my problem is stupid
but i cannot solve it myself
i have an object of class GeoMap which contains lists with objects of
GeoMapCell (i will not explain what they should do, hope its not
important). Then i want to serialize these objects to j
W. eWatson wrote:
As with Diez, I simply ask, "How do I get around the problem?" Are you
two telling me that it is impossible?
Try this analogy. One television, two stubborn kids that want to watch
different programs. One has the remote, the other the buttons on the
TV. What happens? How
Michele Simionato writes:
> On Feb 12, 6:22 pm, MRAB wrote:
>> Michele Simionato wrote:
>> > On Feb 12, 5:07 pm, TechieInsights wrote:
>> >> On Feb 12, 9:03 am, Catherine Heathcote
>>
>> >> wrote:
>> >>> But I just cant find it. How do I do an or, as in c/c++'s ||? Just
>> >>> trying to do som
On 2009-02-12, andrew cooke wrote:
> Can I read news via secure NNTP (nntps)?
> Yes. Point your news reader towards nntps://snews.gmane.org/.
>
> http://www.gmane.org/faq.php
>
> I should be working; I will try that this evening. What was the name of
> the client that threaded messages with
Grant Edwards wrote:
>> I should be working; I will try that this evening. What was the name of
>> the client that threaded messages with a cute ascii tree?!
>
> slrn?
i think i was remembering trn, which is now apparently dead. will try
slrn... thanks, andrew
--
http://mail.python.org/mailma
Hi Folks,
I am learning Extending Python, by testing the demo script of
Programming Python. In the book, a makefile for Linux is there, but I
am using Windows currently. I wish somebody would help me to get a
makefile for Windows, my makefile.linux is as below:
PYDIR= c:\Python25
PY = $(PYDIR)
h
On Feb 12, 12:27 pm, TechieInsights wrote:
> Ok... for some closure I have written a class to automate the
> process. It takes getters and setters and deleters and then sets the
> property automatically. Sweet!
>
> class AutoProperty(type):
> def __new__(cls, name, bases, methoddict):
>
On Feb 12, 11:53 am, maksym.ka...@gmail.com wrote:
> Hi there.
> now i'm a complete newbie for python, and maybe my problem is stupid
> but i cannot solve it myself
>
> i have an object of class GeoMap which contains lists with objects of
> GeoMapCell (i will not explain what they should do, hope i
In article ,
andrew cooke wrote:
>Grant Edwards wrote:
>>> I should be working; I will try that this evening. What was the name of
>>> the client that threaded messages with a cute ascii tree?!
>>
>> slrn?
>
>i think i was remembering trn, which is now apparently dead. will try
>slrn... thanks,
Hello,
I can get an Image from a webcam in windows but I don't know how can I
get an image from the webcam in a macbook in leopard.
How can I do this?
thanks and regards
Jonathan Chacón
--
http://mail.python.org/mailman/listinfo/python-list
hello, i am working in pythoncard and i need to know how many databases exist
in my server POstgresql, exists some funcion in python that can help me??
greettings..Rosell
.::[ La vida es rica en saberes, pero la vida es breve y no se vive, si no se
sabe. ]::.
--
http://mail.python.org/mailman
Hello,
I need to capture images from the macbook webcam in leopard.
Does anybody know how can I do this?
Thanks and regards
Jonathan Chacón
--
http://mail.python.org/mailman/listinfo/python-list
Hi everybody, I'm looking for an easy way to put data in a form, then
click the button and follow the redirect. Also I need to use cookies. I
read that using perl this can be done using the UserAgent lib, that also
provide th browser functionality to let the site believe that you are
getting th
Can someone explain to me what's going on here?
>>> __import__('some.package.module', {}, {}, [])
>>> __import__('some.package.module', {}, {}, [''])
(Note that '' is two single quotes)
Thanks,
Scott
--
http://mail.python.org/mailman/listinfo/python-list
> Here's a crazy idea out of left field. Just before calling
> isinstance, why not try:
>
> print(type(obj))
> print(str(obj))
>
> This may illuminate the unexpected behavior, you'll find out just what
> obj has in it.
>
> -- Paul
Well the output of
> print(type(obj))
> print(str(obj))
was
J
John Fabiani wrote:
Terry Reedy wrote:
John Fabiani wrote:
Hi,
OpenOffice 3 on windows uses python 2.3.x (I have no idea why).
I presume because no one has volunteered to do the update for the Py-UNO
bridge. In any case, why do you consider that to be a problem. It is
common for apps to inc
Don't really sure, but try to define your class as new-style one.
Like
class GeoMap(object):
...
--
http://mail.python.org/mailman/listinfo/python-list
To be honest, in compare to Visual Studio, Gui Builders for wx widgets
are really bad. Also completly for python there is not one good
GuiBuilder. The only one I have seen that would come near VS was
BoaConstructor, But the number of Bugs is just horrific. Too bad that
no one is developing it furth
gmail.com> writes:
>
> Can someone explain to me what's going on here?
>
> >>> __import__('some.package.module', {}, {}, [])
>
> >>> __import__('some.package.module', {}, {}, [''])
>
As documented [1], unless fromlist is not empty, the first module is returned.
Use the solution at the end o
On Feb 12, 9:31 am, redbaron wrote:
> > ImportError: dlopen(/Library/Frameworks/Python.framework/Versions/2.6/
> > lib/python2.6/site-packages/cx_Oracle.so, 2): Symbol not found:
> > ___divdi3
>
> You didn't link cx_Oracle.so all libs which it use. run "ldd -r
> cx_Oracle.so" and you'll have an id
azrael writes:
> To be honest, in compare to Visual Studio, Gui Builders for wx
> widgets are really bad.
That's because Visual Studio is a Microsoft product to build
interfaces for Microsoft products.
wx on the other hand is cross platform and ergo, much more
complicated.
> Do you know if the
hello all,
Has any one used python-ooolib to create open office spreadsheets?
I want to know the method of merging cells using the library's calc
class.
happy hacking.
Krishnakant.
--
http://mail.python.org/mailman/listinfo/python-list
andrew cooke wrote:
A quick search on "imap nntp" turned up this list that might be useful -
http://deflexion.com/messaging/ although I wonder when it was written
because I remember using Aaron's RSS to email aggregator when RSS was
new(!).
It mentions gmane, though, which certainly still exists
azrael wrote:
To be honest, in compare to Visual Studio, Gui Builders for wx widgets
are really bad. Also completly for python there is not one good
GuiBuilder. The only one I have seen that would come near VS was
BoaConstructor, But the number of Bugs is just horrific. Too bad that
no one is dev
Terry Reedy wrote:
andrew cooke wrote:
A quick search on "imap nntp" turned up this list that might be useful -
http://deflexion.com/messaging/ although I wonder when it was written
because I remember using Aaron's RSS to email aggregator when RSS was
new(!).
It mentions gmane, though, which ce
I can't seem to import smtplib in either a script or the command line
interpreter.
When I try to import smtp, there seems to be some kind of collision
with urllib2. I get a weird error about Web server authorization, even
though I'm not calling urllib2.
Any ideas on what might be causing this?
H
On Thu, 12 Feb 2009 11:40:57 -0800 (PST), S-boy wrote:
I can't seem to import smtplib in either a script or the command line
interpreter.
When I try to import smtp, there seems to be some kind of collision
with urllib2. I get a weird error about Web server authorization, even
though I'm not cal
On 12 фев, 21:49, redbaron wrote:
> Don't really sure, but try to define your class as new-style one.
> Like
> class GeoMap(object):
> ...
Sorry, it didn't work
--
http://mail.python.org/mailman/listinfo/python-list
On Feb 12, 12:26 pm, maksym.ka...@gmail.com wrote:
>
> Well the output of
>
> > print(type(obj))
> > print(str(obj))
>
> was
>
>
>
>
> Just looks well, isn't it? i have no idea what's wrong
So then how do you know isinstance is evaluating to False? And why do
you return None if it evals to True
maksym.ka...@gmail.com schrieb:
Hi there.
now i'm a complete newbie for python, and maybe my problem is stupid
but i cannot solve it myself
i have an object of class GeoMap which contains lists with objects of
GeoMapCell (i will not explain what they should do, hope its not
important). Then i wa
Jonathan Chacón schrieb:
Hello,
I need to capture images from the macbook webcam in leopard.
Does anybody know how can I do this?
Use the pyobjc bridge & some ObjectiveC-framework such as
CocoaSequenceGrabber.
http://www.skyfell.org/cocoasequencegrabber.html
There are similar ones out ther
1 - 100 of 172 matches
Mail list logo