VTD-XML 2.10 is now released. It can be downloaded at
https://sourceforge.net/projects/vtd-xml/files/vtd-xml/ximpleware_2.10/. This
release includes a number of new features and enhancement.
* The core API of VTD-XML has been expanded. Users can now perform
cut/paste/insert on an empty element.
*
I'm kinda newbie to python and wxPython. Now I'm confronting a thorny
problem: how can I make my program minimize to the taskbar
represented as an ico, and when there is some message from network
coming, it will pop out?
--
http://mail.python.org/mailman/listinfo/python-list
Hi, wxPython is cool and easy to use, But I ran into a problem
recently when I try to write a GUI.
The thing is I want to periodically update the content of StatixText
object, so after create them, I pack them into a list...the problem
comes when I later try to extract them from the list! I don't k
On Sep 7, 9:42 pm, [EMAIL PROTECTED] wrote:
> On Sep 7, 3:10 am, Jimmy <[EMAIL PROTECTED]> wrote:
>
>
>
> > Hi, wxPython is cool and easy to use, But I ran into a problem
> > recently when I try to write a GUI.
> > The thing is I want to periodically update the
Hi, I want a progress bar to increase automatically, so I wrote code
like this:
current = 0
while True:
if current == 100:
current = 0
self._gauge.SetValue(current)
time.sleep(0.1
hi,all!
have you used 'dictionary' of linux, the program that rests on the
panel as an icon, and when you click on the icon, it will display a
window and do something. So i'm wondering how to achieve this. I guess
it's a dialog window, right? but the crucial part is how to minimize
the program to a
hi, all
I attempt to use the function inch() to get the character at the
current position, and compare it with a particular character like :
if screen.inch(x,y) == 'F'
but this method doesn't seem work, can anyone tell me the reason and
how to corrent it
thanks
--
http://mail.python.org/mailman/l
On Sep 17, 12:07 am, Steve Holden <[EMAIL PROTECTED]> wrote:
> Jimmy wrote:
> > hi, all
> > I attempt to use the function inch() to get the character at the
> > current position, and compare it with a particular character like :
> > if screen.inch(x,y) == 'F&
On Sep 17, 2:25 am, Steve Holden <[EMAIL PROTECTED]> wrote:
> Jimmy wrote:
> > On Sep 17, 12:07 am, Steve Holden <[EMAIL PROTECTED]> wrote:
> >> Jimmy wrote:
> >>> hi, all
> >>> I attempt to use the function inch() to get the characte
On May 11, 11:27 pm, "Frank Niessink" <[EMAIL PROTECTED]> wrote:
> Hi Jimmy,
>
> 2008/5/11 Jimmy <[EMAIL PROTECTED]>:
>
> > hi, all
>
> > I'm having a problem with creating custom events in wxpython.
>
> > I have a class A handling som
Well, i know it may be a little non-python thing, however, I can think
of no place better to post this question :)
can anyone tell me, in python, how to obtain some information of a
running program?
paticularly, if i am playing some music in audacious or other media
player, how can i get the the n
On May 13, 10:36 am, "Dan Upton" <[EMAIL PROTECTED]> wrote:
> On Mon, May 12, 2008 at 10:19 PM, Jimmy <[EMAIL PROTECTED]> wrote:
> > Well, i know it may be a little non-python thing, however, I can think
> > of no place better to post this question :)
>
&g
On May 13, 11:18 am, Ivan Illarionov <[EMAIL PROTECTED]>
wrote:
> On Mon, 12 May 2008 19:19:05 -0700, Jimmy wrote:
> > Well, i know it may be a little non-python thing, however, I can think
> > of no place better to post this question :)
>
> > can anyone tell me,
On May 13, 4:41 pm, "Gabriel Genellina" <[EMAIL PROTECTED]>
wrote:
> En Tue, 13 May 2008 01:22:52 -0300, Ivan Illarionov
> <[EMAIL PROTECTED]> escribió:
>
>
>
> > On Mon, 12 May 2008 20:29:46 -0700, George Sakkis wrote:
> >>> >
Hi, all
I have been trying to use wxPython to design a GUI that will be
displayed on the panel on the top of desktop. that is when the
program starts, it will dwell on the panel to display some dynamic
information.
can anyone tell me in wxPython how to do this? thanks!
--
http://mail.python.org/m
On May 15, 5:54 pm, Laszlo Nagy <[EMAIL PROTECTED]> wrote:
> Jimmy wrote:
> > Hi, all
>
> > I have been trying to use wxPython to design a GUI that will be
> > displayed on the panel on the top of desktop. that is when the
> > program starts, it will dwell
On May 15, 7:45 pm, Laszlo Nagy <[EMAIL PROTECTED]> wrote:
> > Thanks for your reply!
>
> > I am using Linux+gnome. Actually, what I want is simply a text-region
> > on the panel
> > and display some dynamic information on it. Is it hard to do it ?
>
> Google is your friend! I searched for "gnome p
Hi to all
python now has grown to a versatile language that can
accomplish tasks for many different purposes. However,
AFAIK, little is known about its ability of kernel coding.
So I am wondering if python can do some kernel coding that
used to be the private garden of C/C++. For example, can pyt
On May 23, 3:05 pm, Andrew Lee <[EMAIL PROTECTED]> wrote:
> Jimmy wrote:
> > Hi to all
>
> > python now has grown to a versatile language that can
> > accomplish tasks for many different purposes. However,
> > AFAIK, little is known about its ability of kerne
On May 23, 5:53 pm, "Diez B. Roggisch" <[EMAIL PROTECTED]> wrote:
> Jimmy schrieb:
>
> > On May 23, 3:05 pm, Andrew Lee <[EMAIL PROTECTED]> wrote:
> >> Jimmy wrote:
> >>> Hi to all
> >>> python now has grown to a versatile l
On May 23, 11:14 pm, Jimmy <[EMAIL PROTECTED]> wrote:
> On May 23, 5:53 pm, "Diez B. Roggisch" <[EMAIL PROTECTED]> wrote:
>
>
>
> > Jimmy schrieb:
>
> > > On May 23, 3:05 pm, Andrew Lee <[EMAIL PROTECTED]> wrote:
> > >> Jimm
On May 24, 12:34 am, "Diez B. Roggisch" <[EMAIL PROTECTED]> wrote:
> Jimmy schrieb:
>
>
>
> > On May 23, 11:14 pm, Jimmy <[EMAIL PROTECTED]> wrote:
> >> On May 23, 5:53 pm, "Diez B. Roggisch" <[EMAIL PROTECTED]> wrote:
>
> >
Hi, everyone
I am using Pygame to write a small program. I tried to load a .jpg
picture into
the screen, however, the size of the pic doesn't fit into the window
properly. Can
anyone tell me how to scale the picture into the window?
thanks!
--
http://mail.python.org/mailman/listinfo/python-list
hi, all
I'm having a problem with creating custom events in wxpython.
I have a class A handling some data processing work and another class
B of GUI matter. I need GUI to display information when data in A is
updated.
I know cutom events in wxpython may work. But I found no material
paricularly
h
Add references to:
"PresentationCore"
and "PresentationFramework"
for the System.Windows and System.Windows.Controls etc namespace.
Ian Hobson wrote:
Where is StackPanel in IronPython / .Net 4?
27-Jun-10
Hi All,
According to this page
http://msdn.microsoft.com/en-us/library/system.windows.c
It should be
"PresentationCore"
and "PresentationFramework."
For some reason, that first part got deleted in my reply.
Jimmy Cao wrote:
Wrong reference
27-Jun-10
Add references to:
"PresentationCore"
and "PresentationFramework"
for the System.Windows a
For some reason, "PresentationCore" doesn't show up...
PresentationCore
PresentationCore
PresentationCore
PresentationCore
PresentationCore
Jimmy Cao wrote:
Wrong reference
27-Jun-10
Add references to:
"PresentationCore"
and "PresentationFramewo
VTD-XML 2.9, the next generation XML Processing API for SOA and Cloud
computing, has been released. Please visit
https://sourceforge.net/projects/vtd-xml/files/
to download the latest version.
* Strict Conformance
# VTD-XML now fully conforms to XML namespace 1.0 spec
* Performance Improv
What is mrjob?
-
mrjob is a Python package that helps you write and run Hadoop Streaming
jobs.
mrjob fully supports Amazon's Elastic MapReduce (EMR) service, which allows
you to buy time on a Hadoop cluster on an hourly basis. It also works with
your own Hadoop cluster.
Some impor
What is mrjob?
---
mrjob is a Python package that helps you write and run Hadoop Streaming
jobs.
mrjob fully supports Amazon's Elastic MapReduce (EMR) service, which allows
you to buy time on a Hadoop cluster on an hourly basis. It also works with
your own Hadoop cluster.
Som
What is mrjob?
---
mrjob is a Python package that helps you write and run Hadoop Streaming jobs.
mrjob fully supports Amazon's Elastic MapReduce (EMR) service, which
allows you to buy time on a Hadoop cluster on an hourly basis. It also
works with your own Hadoop cluster.
Som
What is mrjob?
-
mrjob is a Python package that helps you write and run Hadoop Streaming jobs.
mrjob fully supports Amazon's Elastic MapReduce (EMR) service, which
allows you to buy time on a Hadoop cluster on an hourly basis. It also
works with your own Hadoop cluster.
Some impor
You need to run it from a web-server; it doesn't work when running from file://
due to Silverlight's security sandbox. Read the comments on my blog-post, it
mentions the web-server there.
--
http://mail.python.org/mailman/listinfo/python-list
roj.common`` and ``myproj.subpackage1``.
Regards,
Jimmy
--
https://mail.python.org/mailman/listinfo/python-list
> ],
> 'entry_points': {
> 'console_scripts': [
> 'svcd = cs.app.svcd:main'
> ],
> },
> }
I think I will head this direction. And with `setup.cfg
<https://setuptools.readthedocs.io/en/latest/setuptools.html#configuring-setup-using-setup-cfg-files>`_,
it is quite easy to keep the package's metadata in a standard way and
feed this to setup().
Regards,
Jimmy
--
https://mail.python.org/mailman/listinfo/python-list
I think I will head this direction. And with `setup.cfg
<https://setuptools.readthedocs.io/en/latest/setuptools.html#configuring-setup-using-setup-cfg-files>`_,
it is quite easy to keep the package's metadata in a standard way and
feed this to setup().
Regards,
Jimmy
--
https://mail
The first one is used very often. Less verbose
Le 11 févr. 2019 à 20:41, à 20:41, Felix Lazaro Carbonell
a écrit:
>
>
>Hello to everyone:
>
>Could you please tell me wich way of writing this method is more
>pythonic:
>
>
>
>..
>
>def find_monthly_expenses(month=None, year=None):
>
>
e sure not to override an existing class somewhere in the
namespace which is already 'types.MyNewclass'. but how to check it if
it's not in types ?
To be clear :
make_dataclass('Bla', {}) should raise an error if something named
'types.Bla' already exists.
I hope I'm clear enough.
Jimmy
--
https://mail.python.org/mailman/listinfo/python-list
Thank you for the clarification.
I thought everything was bounded to anything.
Shouldn't the name be changed from `types.A` to `unbound.A` to be less
confusing ?
Le 04/03/2019 à 20:31, MRAB a écrit :
'new_class' creates a new class with the given name and returns a
reference to it.
The c
adding kinterbasdb to the py2exe packages options as shown below:
setup(
console=["Report01.py"],
options={"py2exe": {"packages": ["kinterbasdb"]}}
)
Jimmy
--
http://mail.python.org/mailman/listinfo/python-list
Thomas for the great work he's done with py2exe over
the years. He's set a very high standard for me to try and maintain.
Jimmy
--
http://mail.python.org/mailman/listinfo/python-list
supported.
Changes in 0.6.3:
* First release assembled by py2exe's new maintainer, Jimmy
Retzlaff. Code changes in this release are from Thomas Heller
and Gordon Scott.
* The dll-excludes option is now available on the command line.
It was only possible to specify that i
yc", line 113, in ?
> AttributeError: 'module' object has no attribute 'Font'
>
> does anybody knows how to solve it?
Does http://www.anti-particle.com/py2exe.shtml help?
Jimmy
--
http://mail.python.org/mailman/listinfo/python-list
2com.shell import shellcon, shell
path = shell.SHGetFolderPath(0, shellcon.CSIDL_MYPICTURES, 0, 0)
os.startfile(path)
Google for CSIDL to find the constants to use for other special folders.
Jimmy
--
http://mail.python.org/mailman/listinfo/python-list
our data also - things
like how deep vs. wide your tree is.
Jimmy
import os
import time
class Node:
def __init__(self, pathname):
self.thisIsAFolder = os.path.isdir(pathname)
self.children = []
if self.isFolder():
for filename in os.listdir(p
atles - help - 03 - Ticket to ride')
'TheBeatleshelpTickettoride'
Jimmy
--
http://mail.python.org/mailman/listinfo/python-list
h a few folks in it at:
http://www.ibiblio.org/obp/pyBiblio/pythonvideo.php
Jimmy
--
http://mail.python.org/mailman/listinfo/python-list
run PyChecker on typo.py it will issue the following warning:
typo.py:5: No global (a) found
Jimmy
--
http://mail.python.org/mailman/listinfo/python-list
ules
at that point since I'll be in the code anyway. Before I started doing
this, the version of Python and the various extension modules in use on
my server was a couple of years older than the version on my development
machine because I almost never upgraded for fear of breaking several
p
checked it was
only for Python 2.3. It's on his page at:
http://homepage.hispeed.ch/py430/python/
Jimmy
--
http://mail.python.org/mailman/listinfo/python-list
sed
I clicked OK when the dialog appeared. There are also constants for
IDCANCEL, IDYES, IDNO, etc. which can be useful if you are using other
buttons (e.g., win32ui.MessageBox('Do it?', None, win32con.MB_YESNO)).
Jimmy
--
http://mail.python.org/mailman/listinfo/python-list
What is mrjob?
---
mrjob is a Python package that helps you write and run Hadoop Streaming
jobs.
mrjob fully supports Amazon's Elastic MapReduce (EMR) service, which allows
you to buy time on a Hadoop cluster on an hourly basis. It also works with
your own Hadoop cluster.
Some
.
* Thomas Heller's performance improvements for finding needed
modules.
* Mark Hammond's fix for thread-state errors when a py2exe
created executable tries to use a py2exe created COM DLL.
Changes in 0.6.3:
* First release assembled by py2exe's new maintain
homas Heller's performance improvements for finding needed
modules.
* Mark Hammond's fix for thread-state errors when a py2exe
created executable tries to use a py2exe created COM DLL.
Changes in 0.6.3:
* First release assembled by py2exe's new maintainer, Jimmy
Hello all
It would be great if I could make a number that can go beyond current
size limitations. Is there any sort of external library that can have
infinitely huge numbers? Way way way way beyond say 5x10^350 or
whatever it is?
I'm hitting that "inf" boundary rather fast and I can't seem to work
On Oct 26, 6:56 pm, "Chris Mellon" <[EMAIL PROTECTED]> wrote:
> On 10/26/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
>
> > Hello all
> > It would be great if I could make a number that can go beyond current
> > size limitations. Is there any sort of external library that can have
> > infinitel
On Oct 26, 8:03 pm, Stéphane Larouche <[EMAIL PROTECTED]>
wrote:
> gmail.com> writes:
>
> > The calculation looks like this
>
> > A = 0.35
> > T = 0.30
> > C = 0.25
> > G = 0.10
>
> > and then I basically continually multiply those numbers together. I
> > need to do it like 200,000+ times but tha
drop down lists on Windows 98 and NT
- Made minor changes to bring inline with CVS version 1.16 for Mac
Version 1.14.0
- Initial public release
Jimmy
--
http://mail.python.org/mailman/listinfo/python-list
The latest benchmark results are now available using the latest Intel Core2
Duo processor. In summary, VTD-XML using JDK 1.6's server JVM achieved an
astonishing 120MB/sec sustained throughput per core on a Core2 Duo 2.5 GHz
processor.
* Parsing Only:
http://www.ximpleware.com/2.3/benchmark_2
diately after boot_common.py is executed.
* Thomas Heller's performance improvements for finding needed
modules.
* Mark Hammond's fix for thread-state errors when a py2exe
created executable tries to use a py2exe created COM DLL.
Changes in 0.6.3:
* First r
omas Heller's performance improvements for finding needed
modules.
* Mark Hammond's fix for thread-state errors when a py2exe
created executable tries to use a py2exe created COM DLL.
Changes in 0.6.3:
* First release assembled by py2exe's new maintainer, Jimmy
Re
py is executed.
* Thomas Heller's performance improvements for finding needed
modules.
* Mark Hammond's fix for thread-state errors when a py2exe
created executable tries to use a py2exe created COM DLL.
Changes in 0.6.3:
* First release assembled by py2exe's n
ppreciated.
Regards,
Jimmy Stewpot.
--
http://mail.python.org/mailman/listinfo/python-list
lternate form of the "windows" and "console" arguments
where each target is an object with specially named member variables
rather than a string that names the .py file (this string is one of
the member variables). This is necessary so you can give different
names to the console version and the windows version.
Jimmy
--
http://mail.python.org/mailman/listinfo/python-list
please i need tour help,how can i download python 3.6.0 together with
pygame?
--
https://mail.python.org/mailman/listinfo/python-list
please ignore
--
http://mail.python.org/mailman/listinfo/python-list
. Only manager should. If I use a private/public key for doing so
I have to store the private key on my computer. What is a good way to
encrypt a file and have the key well hidden on the same computer? If you
have any other way to do, like MD5 or similar, please let me know.
Thanks,
Jimmy
--
http
Paul,
Thanks for the reply. Yes the shop has only one machine and many users
use it to perform transactions. Maybe a basic Linux/Unix permissions
will do as Thomas Kruger suggested in the thread following you.
--Jimmy
Paul Rubin wrote:
> Jimmy E Touma <[EMAIL PROTECTED]> writes:
>&
68 matches
Mail list logo