I believe your problem is the use of repr() when assigning to c:
>>> u'\x1a'
u'\x1a'
>>> c = u'\x1a'
>>> c == u'\x1a'
True
>>> repr(c)
"u'\\x1a'"
>>> repr(c) == u'\x1a'
False
&
st release, the project
has been somewhat neglected but the premise is sound and we
have a new contributor who has been driving the project
forward)
Randy Syring
Development | Executive Director
Direct: 502.276.0459
library/gc.html
---------
Randy Syring
Development & Executive Director
Level 12 Technologies <https://www.lev12.com/>
Direct: 502-276-0459
Office: 502-212-9913
Principled People, Technology that Works
On 09/11/2012 09:35 AM, Matteo Boscolo wrote:
I try with both
understand?
-----
Randy Syring
Development& Executive Director
Level 12 Technologies <https://www.lev12.com/>
Direct: 502-276-0459
Office: 502-212-9913
Principled People, Technology that Works
On 04/12/2012 11:58 PM, Mark Lawrence wrote:
n and then use multiprocessing.
Another option might be to send the log messages to a database and then
have some process be responsible for pulling those messages out and
writing to a file (if needed).
Just some thoughts.
-
Randy Syring
Develo
Do you need to quote the value sent to shell.run() since there is a
space in it?
shell.Run('"C:\Documents and
Settings\dave\Desktop\MyMobile\MyMobiler\MyMobiler.exe"')
?
---------
Randy Syring
Development& Executive Director
Level
(row,2)*)*.split()
-
Randy Syring
Development& Executive Director
Level 12 Technologies <https://www.lev12.com/> (formerly Intelicom)
Direct: 502-276-0459
Office: 502-212-9913
Intelicom is now Level 12 Technologies,learn more about our n
*against* doing this, and instead think
about what your objective is and how you can meet your objective while
delivering the same experience to both your users and the search engines.
I decided to head a different route for this very reason, thanks.
------
requests auth from the browser
I'll keep digging, but if someone has example code or pointers for me,
I'd appreciate the leg up.
Thanks.
---------
Randy Syring
Development& Executive Director
Level 12 Technologies <https://www.lev12.com/>
This is a shot in the dark, but if you are on python 2, then:
'RebootMsg': '',
'lpCommand': '',
Is two strings, not unicode. Maybe:
'RebootMsg': u'',
'lpCommand': u'
Ryan,
These should be a good start:
http://learnpythonthehardway.org/book/
http://www.greenteapress.com/thinkpython/html/index.html
http://diveintopython.org/toc/index.html
http://diveintopython3.org/
--
Randy Syring
Intelicom
Direct: 502-276-0459
Office
fo, then repeat.
------
Randy Syring
Intelicom
Direct: 502-276-0459
Office: 502-212-9913
For the wages of sin is death, but the
free gift of God is eternal life in
Christ Jesus our Lord (Rom 6:23)
___
python-win32 mailing list
python-w
anged, the file would be re-sent b/c the file
name would be different. Better, I think, to include it some other way.
--
Randy Syring
Intelicom
Direct: 502-276-0459
Office: 502-212-9913
For the wages of sin is death, but the
free gift of God is eternal li
On 03/18/2011 05:34 PM, Tim Golden wrote:
On 18/03/2011 9:28 PM, Randy Syring wrote:
The issue I am running into is that I am not sure how to copy files from
windows to the Linux and preserve ACLs.
I assume that you only want to preserve them as metadata, not
to map them somehow to whatever
lready existed, but
I am not aware of anything. rdiff-backup is close, but I just don't
need all the extra versioning stuff it does.
Thoughts or suggestions appreciated.
--
------
Randy Syring
Intelicom
Direct: 502-276-0459
Office: 502-212-9913
For the wages
On 02/15/2011 02:31 AM, Wolfgang Strobl wrote:
Randy Syring:
The only thing that irritates me is that I can't use SSH repo URLs on
windows without using TortoiseHG, at least, I haven't taken the time to
get it working with the hg command line version (which is likely a
platform
HG. Mark, does
that mean you will be moving to HG?
------
Randy Syring
Intelicom
Direct: 502-276-0459
Office: 502-212-9913
For the wages of sin is death, but the
free gift of God is eternal life in
Christ Jesus our Lord (Rom 6:23)
On 02/07/2011 08:29 PM, Mark Hammo
me
system user that apache runs under. Once you get to that point, then
run the Django developer server and see if what you are trying to do works.
------
Randy Syring
Intelicom
Direct: 502-276-0459
Office: 502-212-9913
For the wages of sin is death, but the
free
Googling "http proxy python" turned up:
http://proxies.xhaus.com/python/
among other things.
------
Randy Syring
Intelicom
Direct: 502-276-0459
Office: 502-212-9913
For the wages of sin is death, but the
free gift of God is eternal life in
Christ Jesu
Syring
Intelicom
Direct: 502-276-0459
Office: 502-212-9913
For the wages of sin is death, but the
free gift of God is eternal life in
Christ Jesus our Lord (Rom 6:23)
On 12/02/2010 03:02 PM, Tim Roberts wrote:
Randy Syring wrote:
Good to know, but you are correct that it doesn't solve the pr
On 12/01/2010 08:28 PM, Tim Roberts wrote:
Randy Syring wrote:
It seems likely to me that you can not run a GUI program under a
non-interactive service like IIS. But, I am not 100% sure on this so I
was hoping that this list might be able to shed some light on this topic.
Your analysis is
re on this so I
was hoping that this list might be able to shed some light on this topic.
Thank you in advance for any help you might be able to give.
--
----------
Randy Syring
Intelicom
Direct: 502-276-0459
Office: 502-212-9913
For the wages of sin is death, but the
We have had great success with PyQuery for getting API access to XML data:
http://pypi.python.org/pypi/pyquery
--
Randy Syring
Intelicom
502-644-4776
"Whether, then, you eat or drink or
whatever you do, do all to the glory
of God." 1 Cor 10
an a disconnect. :)
------
Randy Syring
Intelicom
502-644-4776
"Whether, then, you eat or drink or
whatever you do, do all to the glory
of God." 1 Cor 10:31
Michel Claveau wrote:
Hi!
It is easy to stop/restart the service "TermService" under Windows 7
(or equivalent un
You may also want to look at pygui:
http://www.cosc.canterbury.ac.nz/greg.ewing/python_gui/
(sorry for the dup, Mico, forgot to CC the list)
--
Randy Syring
Intelicom
502-644-4776
"Whether, then, you eat or drink or
whatever you do, do all to the glor
y and use command line tools.
Thanks.
--
Randy Syring
Intelicom
502-644-4776
"Whether, then, you eat or drink or
whatever you do, do all to the glory
of God." 1 Cor 10:31
___
python-win32 mailing li
back?
--
--
Randy Syring
Intelicom
502-644-4776
"Whether, then, you eat or drink or
whatever you do, do all to the glory
of God." 1 Cor 10:31
___
python-win32 mailing list
python-win32@python.org
http://mail.pyt
f I only know the name
Brief references would be fine, I am happy to go digging.
Thanks.
--
--
Randy Syring
Intelicom
502-644-4776
"Whether, then, you eat or drink or
whatever you do, do all to the glory
of God."
posts about PyGUI to this list.
--
Randy Syring
Intelicom
502-644-4776
"Whether, then, you eat or drink or
whatever you do, do all to the glory
of God." 1 Cor 10:31
___
python-win32 mailing list
python-win32@
Greg,
I am still seeing the bug noted below in 2.1. Do you have plans to
tackle it?
Thanks.
--
Randy Syring
Intelicom
502-644-4776
"Whether, then, you eat or drink or
whatever you do, do all to the glory
of God." 1 Cor 10:31
David Robinow
how to limit the application pool as
described above.
----------
Randy Syring
Intelicom
502-644-4776
"Whether, then, you eat or drink or
whatever you do, do all to the glory
of God." 1 Cor 10:31
___
python-win32
Steven,
There are some good suggestions in there. The first two look very
feasible. Thanks for the advice, I will check them out.
--
Randy Syring
Intelicom
502-644-4776
"Whether, then, you eat or drink or
whatever you do, do all to the glory
of Go
ain on top. However, some programs don't honor this and
end up behind the toolbar, which is very annoying.
I guess, if its not possible to modify the quick launch icons, that is
ok. I can live with it.
Thanks again for your response.
------
Randy Syring
In
haven't been able to find a way to accomplish this natively
so I figured a python script set to run when my user logs in and the
windows extensions might do the trick.
Thanks.
--
--
Randy Syring
Intelicom
502-644-4776
"Whether, then, you eat o
Gertjan Klein wrote:
Randy Syring wrote:
Maybe I am missing something, but I use the "Open Command Window Here"
power toy from:
You're missing something. ;-) I have used that one too, for years, and
it works reasonably well -- until you have multiple Python versions
;Open Command Window Here"
power toy from:
http://www.microsoft.com/windowsxp/downloads/powertoys/xppowertoys.mspx
------
Randy Syring
RCS Computers & Web Solutions
502-644-4776
http://www.rcs-comp.com
"Whether, then, you eat or drink or
whatever yo
I am wondering if the problems with build 213 have ever been resolved on
Windows. Or was I mistaken that build 213 was the problem?
Thanks.
--
Randy Syring
RCS Computers & Web Solutions
502-644-4776
http://www.rcs-comp.com
"Whether, then, you eat
parameters immediately after executing callproc(), but
it can't do that because the recordsets haven't been processed yet.
----------
Randy Syring
RCS Computers & Web Solutions
502-644-4776
http://www.rcs-comp.com
"Whether, then, you eat or drink or
w
t.com/Sqlserver/2005/en/us/express-down.aspx#SP3
Direct download for the studio:
http://go.microsoft.com/fwlink/?linkid=65110
--
Randy Syring
RCS Computers & Web Solutions
502-644-4776
http://www.rcs-comp.com
"Whether, then, you eat or drink or
whate
passed? Can anyone else verify this?
------
Randy Syring
RCS Computers & Web Solutions
502-644-4776
http://www.rcs-comp.com
"Whether, then, you eat or drink or
whatever you do, do all to the glory
of God." 1 Cor 10:31
_
Has anyone noticed that the big green download box on this page:
http://sourceforge.net/projects/pywin32/
says the latest build is 213, but when you click on the link in that
box, it takes you to 212?
--
--
Randy Syring
RCS Computers & Web Solutions
tion, but I am working with systems that
I can't change the SPs on and would like to use Python rather than be
forced into using a different language.
Thank you!
--
--
Randy Syring
RCS Computers & Web Solutions
502-644-4776
http://www.rcs-comp.com
Greg,
I have done some testing and reverting to pywin build 212 allows the demo to
run without the previously seen exception.
--
--
Randy Syring
RCS Computers & Web Solutions
502-644-4776
http://www.rcs-comp.com
"Whether, then, you eat or drink or
Greg,
I have tested 12-scroll.py on both Vista Professional and Windows XP Pro SP3
both with Python 2.5.4 and pywin build 213. Said test fails with the "the
object has been destroyed" exception.
--
------
Randy Syring
RCS Computers & Web Solution
Greg,
Could you tell me briefly how this project differs from something like
wxPython?
Thanks.
--
--
Randy Syring
RCS Computers & Web Solutions
502-644-4776
http://www.rcs-comp.com
"Whether, then, you eat or drink or whatever you do, do all to the
o consideration that some values will be PyTime objects that can not
be directly compared to other types. I guess I could just catch the
exception and do something with it. But I am not sure how to work with
PyTime objects.
Thanks.
--
------
Randy Syring
RCS
46 matches
Mail list logo