Hello All,
I can't seem to build Python2.4.2 with bsddb on NetBSD.
bsddb seems to be missing from the pkg_add installation as well.
Any ideas?
Thanks,
Miki
--
http://mail.python.org/mailman/listinfo/python-list
t; C/C++/Java. Any tutorials/examples that you know of? Maybe calling C
> from Python?
>
> I am working on Win XP Pro, with Activestate Python 2.4.
http://pyserial.sourceforge.net/
HTH,
Miki
--
http://mail.python.org/mailman/listinfo/python-list
age relatively
> small? The Python scripts are not supposed to import modules after
> all, at least not explicitly.
See http://starship.python.net/crew/theller/moin.cgi/ShippingEmbedded
HTH
--
Miki Tebeka <[EMAIL P
app = wx.PySimpleApp()
dlg = Hidden()
dlg.Go()
dlg.Destroy()
HTH,
--
----
Miki Tebeka <[EMAIL PROTECTED]>
http://tebeka.bizhat.com
The only difference between children and adults is the price of the toys
--
http://mail.python.org/mailman/listinfo/python-list
run a Python
> program?
There is a module call "modulefinder" in Python standard library. It might
do what you want.
HTH.
--
Miki Tebeka <[EMAIL PROTECTED]>
http://tebeka.bizhat.com
The only difference bet
"register" from "atexit" module.
Bye.
--
----
Miki Tebeka <[EMAIL PROTECTED]>
http://tebeka.bizhat.com
The only difference between children and adults is the price of the toys
pgpDwSFJ7LnW5.pgp
Description: PGP signature
--
http://mail.python.org/mailman/listinfo/python-list
tput live to a tkinter text area.
See os.popen or the subprocess module.
HTH.
--
----
Miki Tebeka <[EMAIL PROTECTED]>
http://tebeka.bizhat.com
The only difference between children and adults is the price of the toys
pgpTmi
Hello Bruce,
> Typical, you wait years for a decent replacement for CVS, and then...
It's called subversion and it has Python bindings.
Bye.
--
----
Miki Tebeka <[EMAIL PROTECTED]>
http://tebeka.bizhat.com
The o
'standard' package for doing this in python?
Use internally (almost) any data types you find is best. The save/load is
using pickle.
Bye.
--
----
Miki Tebeka <[EMAIL PROTECTED]>
http://tebeka.bizhat.com
The only diff
time.sleep(3)
>p.kill()
>
>will start Media Player without terminating it.
>Any suggestions?
A brutal way will be to use win32process.TerminateProcess (from win32all
package - http://starship.python.net/crew/mhammond/).
HTH.
--
----
Hello All,
Last week I gave three Python talks at OSDC.il (http://osdc.org.il/).
If you are truly bored you can find the talks and demo source code at
http://one.fsphost.com/tebeka/OSDC/
Bye.
--
Miki Tebeka <[EM
pot.com/2008/12/crashlog.html for example ;)
HTH,
--
Miki
--
http://mail.python.org/mailman/listinfo/python-list
> I need to create a pretty complex class at runtime.
You can take the approach that namedtuple does and create a python code for the
class as string and then exec it. See
http://svn.python.org/view/python/trunk/Lib/collections.py?view=markup
HTH,
--
Miki
http://pythonwise.blogspot.com
--
h
> >>> import feedparser
> >>> d = feedparser.parse("http://feedparser.org/docs/examples/atom10.xml";)
This works for me, are you sure it's not a network problem in your side?
(what happens if you try to open this link in a browser?)
--
http://mail.python.org/mailman/listinfo/python-list
//pythonwise.blogspot.com/2009/04/pmap.html :)
Another option to try is maybe mmap the file?
HTH,
--
Miki
http://pythonwise.blogspot.com
--
http://mail.python.org/mailman/listinfo/python-list
n for you.
http://docs.python.org/dev/library/collections.html#collections.namedtuple
HTH
--
Miki Tebeka
http://pythonwise.blogspot.com
--
http://mail.python.org/mailman/listinfo/python-list
> There seems no Rhino for linux.
Rhino is written in Java. "java -jar js.jar" works fine on my Linux machine.
--
http://mail.python.org/mailman/listinfo/python-list
> def getFiles(self, fileBase):
> """return a list of the filenames in a director containing a
> base word
> """
> ...
Have a look at the glob module, it does what you want.
HTH
--
Miki Tebeka
http://pythonwise.blogspot.com
--
h
Hi All,
The second PyCon Israel will take place June 11-14, 2017.
* 11 June Django girls workshop at Red Hat Israel offices in Raanana
* 12-13 June PyCon Israel main event at Wohl center
* 14 June PyCon Israel workshops and sprints
We still have some sponsorship spots available, great recruiting
Can you show us some of the code you tried?
On Monday, June 26, 2017 at 10:19:46 AM UTC+3, Bhaskar Dhariyal wrote:
> Hi everyone!
>
> I have a dataset which I want to make model trainable. I ahve been trying to
> do some thing for past 2-3 days.
>
> Actually I wanted to clean 'desc' and 'keywo
You need to set the Python interpreter for the project to be the Anaconda one.
See https://www.jetbrains.com/help/pycharm/configuring-python-interpreter.html
On Monday, November 27, 2017 at 1:56:58 AM UTC+2, C W wrote:
> Hello all,
>
> I am a first time PyCharm user. I have Python 3 and Anaconda i
501 - 521 of 521 matches
Mail list logo