Hi!
I have a similar problem, with Python 2.6.1 and pywin32. Since python
2.6.1.
Return to 2.6: OK ; re-install 2.6.1: the problem return.
No solution to this day.
The problem is known, but not resolved
In the expectation, I stay in 2.6
@-salutations
--
Michel Claveau
--
http://mail.python.o
Hi!
Try:
os.system("""start "" cmd /css checkout
$\projectName\file -Yusername,password -c'Test comment' """)
(not tested ; it's directly from my memory)
@-salutations
--
Michel Claveau
--
http://mail.python.org/mailman/listinfo/python-list
Hi!
I use Internet-Explorer like (as?) GUI.
Then, I insert Active-X components (from Tablet-PC, native or SDK).
Another solution: create a .HTA, and use PythonScript (version
"ActiveScripting" of Python, who become with pyWin32).
@-salutations
--
Michel Claveau
--
http://mail.python.org/ma
Hi!
I downloaded W7 two days ago, directly on MSDN (Microsoft), and not on a
bizarre, unknown site, and doubtful.
Python 2.6 run OK.
But the problem (well known) with Python 2.6.1 is always present.
@-salutations
--
Michel Claveau
--
http://mail.python.org/mailman/listinfo/python-list
python is great.
No.
Python is VERY GREAT !!!
--
http://mail.python.org/mailman/listinfo/python-list
Hi!
If you are under Vista, you must change the LSA parameter.
See:
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Lsa
LMCompatibilityLevel
try with value 1 or 0
And use a Samba not too old.
@-salutations
--
Michel Claveau
--
http://mail.python.org/mailman/listinfo/
Hi!
Sometimes, PIL give an error. With "try: Except:", you can get info.
Sometimes, non error, but the Jpeg is not correct. Difficult, in this
case, to get info.
Therefore, the answer is: "not in all cases".
@-salutations
--
Michel Claveau
--
http://mail.python.org/mailman/listinfo/python-li
Hi!
Fredrik Lundh (Pythonware ; the author of PIL (and ElementTree, and
many other things)) had, in the past, often give answers.
To me, like to others people.
@-salutations
--
Michel Claveau
--
http://mail.python.org/mailman/listinfo/python-list
Hi!
This info is interesting for many people.
IMO, it's a good idea to write the question in this newsgroup.
@-salutations
--
Michel Claveau
--
http://mail.python.org/mailman/listinfo/python-list
Hi!
Look at http://www.mayukhbose.com/python/ado/ado-connection.php
That run OK with Python 2.6
@-salutations
--
MCI
--
http://mail.python.org/mailman/listinfo/python-list
Hi!
M. Hammond said (wrote) said that the work is enormous, because
modifications of the C architecture of Python 3 was largely modified.
(sorry for my bad english)
--
Michel Claveau
--
http://mail.python.org/mailman/listinfo/python-list
Hi!
Can I do this in python?
No.
The "default page" is a property of the web-server ; and it is not
client side.
Examples :
for Apache, it's index.html or index.htm ; but if PHP is installed,
index.php is also possible.
for APS, it's init.htm (between others possibilites).
etc.
@-s
Merci beaucoup.
Thanks.
--
http://mail.python.org/mailman/listinfo/python-list
Hello!
version 9.4 of DISLIN
Thanks!
I like Dislin.
But...
I don't found the release (binary/win) for Python 2.6...
--
Michel Claveau
--
http://mail.python.org/mailman/listinfo/python-list
Hi!
Very interesting.
Roger, thank you very much super enormous!!!
@-salutations
--
Michel Claveau
--
http://mail.python.org/mailman/listinfo/python-list
Hi!
You can manage Skype from Python('s scripts), for use the
functionalities of Skype to send SMS.
@-salutations
--
Michel Claveau
--
http://mail.python.org/mailman/listinfo/python-list
Hi !
Thanks for return.
Some infos: from a long time, I found that it's often more fast to use
windows's command, instead of develop in high level language (and also,
low level...)
FINDSTR is fast. OK. But internal commands are more fast. Example : DIR
(with all his options)
And it's faste
Hi!
On Windows, you can use the (standard) command findstr
Example:
findstr /n /s /I strsearched *.py
@-salutations
--
Michel Claveau
--
http://mail.python.org/mailman/listinfo/python-list
Bonjour !
AMHA, ceux qui ont écrit ce texte ont une mauvaise idée de ce que sont
les variables en Python.
Ils ont sans doute trop en tête les notions des variables en C ou en
Basic, et ne se sont pas penchés sur les spécificités de Python.
@-salutations
--
Michel Claveau
--
http://mail
Hi!
More easy:
os.system('cmd /c c:\\temp.bat')
@-salutations
--
Michel Claveau
--
http://mail.python.org/mailman/listinfo/python-list
Hi !
Replace:
os.startfile("launch_trace.bat")
by
os.startfile('start "" cmd /c launch_trace.bat')
and "le tour est joué".
@-salutations
--
Michel Claveau
--
http://mail.python.org/mailman/listinfo/python-list
Hi!
See: system( startfile( subprocess( spawn( etc.
@-salutations
--
Michel Claveau
--
http://mail.python.org/mailman/listinfo/python-list
Hi!
See here:
http://www.ponx.org/download/CD/COMdll/autoitmmap.dll
@-salutations
--
Michel Claveau
--
http://mail.python.org/mailman/listinfo/python-list
Hi!
Example, with Pywin32:
import win32com.client
moncom = win32com.client.Dispatch('MyCOM1.AdvMethod')
moncom.IAdvMethod(...
See Pywin32 here: http://sourceforge.net/projects/pywin32/
@-salutations
Michel Claveau
--
http://mail.python.org/mailman/listinfo/python-list
H... I have a similary problem, in another circumstances.
It's often a problem of configuration of IE (for news customers). But,
it is not easy, because IE has many parameters.
Good luck!
Michel Claveau
--
http://mail.python.org/mailman/listinfo/python-list
Hi!
Is there a way to do similar things on linux?
I think no. Because these tech use COM. And COM don't exist under xxnux.
But:
- look if XPCOM, or dBus) can help you
- search with the word "MOZLAB", who work a solution (plugin) for
drive Firefox, from an external software.
Good luck!
--
Hi!
Your code run OK for me (Vista Ultimate).
This other version run also OK :
def webbrowser(url=None):
import win32com.client, time
ie=win32com.client.Dispatch('InternetExplorer.Application')
while ie.Busy==True:
time.sleep(0.125)
ie.Top = 0
ie.Left = 0
ie.Hei
Hi!
Ecmascript (Jscript) is Active-Scripting compliant.
With PyWin32, you can :
- call JScript functions (with parameters)
- define pieces of code (& run it)
Another way, is to drive Internet-Explorer (via COM). You can set the
IE-Windows as invisible, and connect the motor of execution (
Hi!
Which OS? On Vista, you MUST reconfig the "aperçu images et
télécopies" (in french ; sorry, I don't know the english translation).
@-salutations
Michel Claveau
--
http://mail.python.org/mailman/listinfo/python-list
Hi!
You can use Autoit.
Bad "conception" language ; but many good tools, for identify windows,
process, send keystrokes, emulate mouse, etc.
(Autohotkey is make on Autoit 2 ; Autoit is actually in version 3).
Good trick : Autoit-X is a COM server, with the most importants
functions of Autoit (
Hi!
Linux is much better place
You confuse proselitism and objectivity...
@-salutations
--
Michel Claveau
--
http://mail.python.org/mailman/listinfo/python-list
Hi!
Use set (union).
Example:
la=[2,1,3,5,4,6]
lb=[2,8,6,4,12]
#compact:
print list(set(la).union(set(lb)))
#detail:
s1 = set(la)
s2 = set(lb)
s3 = s1.union(s2)
print list(s3)
@-salutations
Michel Claveau
--
http://mail.python.org/mailman/listinfo/python-list
Bonsoir !
Perso, je pense que des précisions comme celles de Bruno sont très
utiles, car elles évitent les dérives, et l'apparition de langages
bâtards, et impurs (pythonesquement parlant).
Non aux Pythons OGM !!!
Toutefois, iles est dommage que je comprenne pas l'anglais, et donc pas
Hi!
I don't often feel like using this word
Look at languages like OCAML or F #
@-salutations
--
Michel Claveau
--
http://mail.python.org/mailman/listinfo/python-list
Hi!
print become a function ; OK
I thought: and why the affection (=) would not become, also, a function?
Examples:
a = 123return 123
b,c = 543.21, "LOL"return (543.21, "LOL")
@-salutations
Michel Claveau
--
http://mail.python.org/mailman/l
Hi,
Thanks!
I like DISLIN (even if I use it very little).
@+
--
Michel Claveau
--
http://mail.python.org/mailman/listinfo/python-list
Hi!
Good!
Thanks.
I found a bad link, for "traceback module"
@-salutations
Michel Claveau
--
http://mail.python.org/mailman/listinfo/python-list
After IronPython, Python + iron :
http://www.golfermania.com/SnakeEyes/PYTHON-PLUS-IRON.jpg
;o)
Michel Claveau
--
http://mail.python.org/mailman/listinfo/python-list
Hi!
> OpenFiles.exe
OK, on a standard CPU/windows.
On a server, use:Net File
@-salutations
--
Michel Claveau
--
http://mail.python.org/mailman/listinfo/python-list
Salut !
Finalement, tu as obtenu plus de réponses sur le NG français.
Comme quoi, la vérité n'est pas toujours ailleurs...
@+
--
Michel Claveau
--
http://mail.python.org/mailman/listinfo/python-list
Hi!
Perso, I started from "excelAddin.py" (in
C:\Python25\Lib\site-packages\win32com\demos).
And, I'm happy with the result (who run OK with Excel 2000, XP, 2007).
@-salutations
--
Michel Claveau
--
http://mail.python.org/mailman/listinfo/python-list
Hi!
Only under Windows, you can use PHPscript. It's the "active-scripting"
release of PHP.
With it, you can send PHP's functions (source), and call these functions
(with parameters).
With the same method, you can also use, from Python, VBscript, Jscript,
PerlScript, RubyScript.
@-salutations
Hi!
> compliance with the W3C standard
Ouarf! Ouarf!
which navigator has been compatible with CSS-3, left for several years?
And, it's only ONE point...
@-salutations
Michel Claveau
--
http://mail.python.org/mailman/listinfo/python-list
Hi!
Problem solved, after reset layouts.
Thanks, all!
Michel Claveau
--
http://mail.python.org/mailman/listinfo/python-list
Hi!
Thank you for return.
I will uninstall+reinstall Pyscripter.
@-salutations
--
Michel Claveau
--
http://mail.python.org/mailman/listinfo/python-list
Re!
An exemple. With this script:
a=123
b=456
d=a+b+c
(note than 'c' is not defined).
When I run, inside Pyscripter, the error-dialog is showed, and, one
second after, PyScripter is closed.
This problem is present since Python 2.5.2.
I search, for know if it's a problem only on my c
Whaoouuu! A young newbie!
Thanks... for others youngs newbies.
--
http://mail.python.org/mailman/listinfo/python-list
Hi, all!
Since the install of Python 2.5.2, Pyscripter (1.9.9.1) close for each
error.
Is it only me? Or another guys have the same thing?
@-salutations
Michel Claveau
--
http://mail.python.org/mailman/listinfo/python-list
Hi!
"javascript support" need more details:
- only the (abstract) language?
- or, also, visuals aspects?
On Windows, you can use,easily, the language (JScript). Example:
import win32com.client
js=win32com.client.Dispatch('ScriptControl')
js.language='jscript'
src="""function jmul2(x){
Re!
On Vista, OpenGL depend of (releases of) video-cards.
Some cards don't support OpenGL => problem!
Some cards have native openGL support => good (dream?)
Some cards need update (drivers)
@-salutations
Michel Claveau
--
http://mail.python.org/mailman/listinfo/python-list
Hi!
> no idea how it works with windows.
On XP: fine.
On Vista: very difficult...
@+
MCI
--
http://mail.python.org/mailman/listinfo/python-list
Hi!
Sorry, I don't understand english. But, with Babelfish-translation, I
recovered essence...
(you should learn French ; yes! yes! yes!)
> I'm glad you found a solution
Thank you for your solicitude
> if that executable doesn't honour the wait
I have just try on another CPU, with a very
Hi, Tim!
You are right, for shimgvw.dll (on XP / 2000, or some Vista). But
others Vista (ou users practice) had associate images with
WindowsPhotoGallery.exe.
But shimgvw.dll already exist.
I found that this line:
command = 'start "%s" /wait %s\\System32\\rundll32.exe
%s\\System3
Re!
I have found a (very) poor solution:
in Image.py, inside _showxv function,
replace
command = "start /wait %s && del /f %s" % (file, file)
by
command = 'start "%s" /wait "%s\\System32\\mshta.exe" "%s" && del /f
"%s" ' % (title,os.environ['WINDIR'],file,file)
For zoom in preview, use
Re!
I have found the problem. On Vista, the Windows-Photo-Galery (soft
default displayer) don't wait. Even with START /WAIT (in Image.py &
_showxv), it don't wait.
Then, like the preview don't wait, the (next) "DEL" run prior the end of
the launch of the software ; and Windows-Photo-Galery d
Hi!
Not a true solution ; because people who don't have IrfanView don't use
it.
@-salutations
Michel Claveau
--
http://mail.python.org/mailman/listinfo/python-list
Hi!
This code:
import Image
img = Image.open(r"D:\ParisNude.jpg")
img.show()
Don't run on my Vista computer.
I have a solution:
import Image,os
img = Image.open(r"D:\FLundhNoNude.jpg")
os.startfile(img.filename)
It's only in my case?
It's censure? ;-)
PIL does not
Hi!
> like in C
Why think to C?
Why not Cobol? APL? Intercal?
For think right in Python, forget C, forget others languages, think
inside Python...
Michel Claveau
--
http://mail.python.org/mailman/listinfo/python-list
Hi!
Please, specify which way you chose, for Python (client-side): wxpython,
active-scripting, qt, pluie, other...
@-salutations
Michel Claveau
--
http://mail.python.org/mailman/listinfo/python-list
Hi!
I give a solution in the french newsgroup.
Michel Claveau
--
http://mail.python.org/mailman/listinfo/python-list
Thanks! I play with this library, for fun ; with success.
--
http://mail.python.org/mailman/listinfo/python-list
Hi!
I am also interested by Python on Symbian-series 60
@+
Michel Claveau
--
http://mail.python.org/mailman/listinfo/python-list
Hi!
I've send the soft.
But, I have no news ; good news?
@+
Michel Claveau
--
http://mail.python.org/mailman/listinfo/python-list
Aïe!
gmail said : "illegal attachment" (because .exe?)
I will try to send a zipped-file...
@+
Michel Claveau
--
http://mail.python.org/mailman/listinfo/python-list
Re!
Sended by direct (private) e-mail
@+
Michel Claveau
--
http://mail.python.org/mailman/listinfo/python-list
Salut !
Le deuxième envoi aurait pu être en français.
Cela aurait évité le doublon, tout en maintenant le message.
@+
Michel Claveau
--
http://mail.python.org/mailman/listinfo/python-list
Hi!
Create a "index" (a file with 3,453,299,000 tuples :
line_number + start_byte) ; this file has fix-length lines.
slow, OK, but once.
Then, for every consult/read a specific line:
- direct acces read on index
- seek at the fisrt byte of the line desired
@+
Michel Claveau
--
http://
Hi!
>I love the typing assist I get when using C# in VS2005 to write COM
>clients.
But this run only for static-COM-servers. Dynamic-COM-servers are not
supported by these assists.
And, all COM-servers builds with Python are dynamic-COM-server.
And also, dynamic-COM-server is a marvelous way fo
Hi!
> Python 3000 doesn't include many significant changes to the language
One exemple : non-Ascii characters in identifiers (= no significatif
change?)
Michel Claveau
--
http://mail.python.org/mailman/listinfo/python-list
> Is it possible to use Python to realized the above process?
> I know there is a module named "reportlab".
Possible? Yes!
--
http://mail.python.org/mailman/listinfo/python-list
Hi!
When you lock (the cpu), interactive mode is off.
You can try to use services, who run independently of sessions. But...
--
http://mail.python.org/mailman/listinfo/python-list
Hi!
>Given that one can add/replace/remove methods and attributes
>dynamically either on a per-class or per-instance basis, and even
>dynamically change the class of an object, I fail to see how static
>typechecking could be meaningfull.
Et toc !
--
http://mail.python.org/mailman/listinfo/
Hi!
See Mozlab: http://dev.hyperstruct.net/mozlab
and give a report, please.
Thank you in advance.
Michel Claveau
--
http://mail.python.org/mailman/listinfo/python-list
Et le klingon ?
Please, don't forget klingons
SVP, n'oubliez pas les klingons
;o)
--
http://mail.python.org/mailman/listinfo/python-list
Hi!
>>> I suspect that's there's some invisible character in the file
No ; because I reproduce the problem, on another CPU, with typing from
scratch.
>>> I can't reproduce this -- Python 2.5.1, Windows XP Pro SP2
I'm sorry. Perhaps my "french" windows is a co-factor?
Perhaps my locale has Or
Hi!
I've a problem with these 2 scripts:
file aaa.py (write in ANSI/cp1252):
# -*- coding: cp1252 -*-
compo={}
compo['pxrtf']= {
'fichier': "pxrtf.py",
'description': "Génération de fichiers RTF"
}
file bbb.py (write in ANSI/cp1252):
# -*- coding: cp1252 -*-
import aaa
With run
Hi!
>From long time, I have problems with strings return, in Windows, by
subprocess.Popen / stdout.read()
Last night, I found, by hazard, than if the second byte equal 0, it's,
perhaps, the solution.
With a code like this:
p=subprocess.Popen(u850("cmd /u/c
tdata=p.stdout.read()
Hi!
See http://wiki.tcl.tk/10630
Any plan to integrate Tcl 8.5 in standard Python?
@+
MCI
--
http://mail.python.org/mailman/listinfo/python-list
Re!
>>> it can do much more than active scripting.
Hummm Perhaps.
But, with ActiveScripting, I can define functions & class in Python,
Ruby(script), Jscript, VBscript, Perl. I can call these functions/objects
directly from Python, and share many objects (& libraries).
I am not sure to find
Bonsoir !
Flagrant délit de manque de confiance dans les newsgroups français en vue...
Ha ! Ha ! Ha ! Bonne chance avec les US...
--
http://mail.python.org/mailman/listinfo/python-list
Bonjour !
Avec Internet-Explorer 6 :
Dans Internet-explorer, par le menu, faire : Outils + Options_internet
Aller sur le dernier onglet (Avancé), et cocher : autoriser le contenu actif
(désolé pour le français, mais mon anglais est vraiment trop mauvais).
Et, merci pour l'info, ça m'
.eps ==> vector ; not bitmap
--
http://mail.python.org/mailman/listinfo/python-list
Hi!
>>> http://www.sqlalchemy.org/
No.
sqlalchemy is an object-oriented-interface(or wrapper)
Alfaeco want an Object-Oriented-Database (like Jasmin, Caché, etc.)
@-salutations
Michel Claveau
--
http://mail.python.org/mailman/listinfo/python-list
Hi!
Under windows, I drive OOo, from Python, via COM/OLE-automation.
It's run OK, but some bugs, in the OOo-COM-Python, had stop my
devloppements...
However, this way is usable (only on Win, ok?)
@-salutations
--
Michel Claveau
--
http://mail.python.org/mailman/listinfo/python-list
Hi!
You can also use/call GraphViz by COM.
It's run OK with P2.3 - 2.4 & 2.5
@-salutations
Michel Claveau
--
http://mail.python.org/mailman/listinfo/python-list
Hi!
>> try to find a PyBluez version already built for your Python 2.5
On the site :
http://org.csail.mit.edu/pybluez/release/PyBluez-0.9.1.win32-py2.5.exe
--
http://mail.python.org/mailman/listinfo/python-list
Re!
>>> why you didn't use an iterator?
If the iterator is extern (to the function), it's like decorator, or global
var.
If it is internal, it's huge, compare to this.count=this.count+1 (or
this.count+=1)
@+
Michel Claveau
--
http://mail.python.org/mailman/listinfo/python-list
Re!
I can do :
def ff():
this=ff
try:
this.count=this.count+1
except:
this.count=1
a=1
b=2
c=a+b
ff()
fa=ff
ff()
fa()
print ff.count
But that use, inside the function, the litteral name of the function; and I
want no use litteral name (inside)
@+
Mic
Hi!
r=iter(range(9))
print zip(r,r,r)
But, it's few like Peter...
--
Michel Claveau
--
http://mail.python.org/mailman/listinfo/python-list
Hi!
You are right.
I had suppose than ReportLab folks read this NG.
No luck... for instant.
MCI
--
http://mail.python.org/mailman/listinfo/python-list
Hi!
>>> Does the PDF generation work? Those are just warnings.
Yes, it run.
Yes it's only warning
But, it's wincing...
@-salutations
MCI
--
http://mail.python.org/mailman/listinfo/python-list
Hi!
I try to generate PDF from Python 2.5 + ReporLab_lib, and, I have:
C:\Python25\reportlab\pdfbase\ttfonts.py:407: DeprecationWarning: struct
integer overflow masking is deprecated
stm.write(pack(">LLL", checksum, offset, len(data)))
C:\Python25\reportlab\pdfbase\ttfonts.py:419:
Solved.
Thank to Amaury.
Solution :
change (in register), Command Processor, for to force using of "CMD /U/C"
Then, STDOUT is in utf-16 (but win-console stay in cp850)
HGD
Michel Claveau
--
http://mail.python.org/mailman/listinfo/python-list
Hi!
This code :
p=subprocess.Popen(chaine, shell=True, stdout=subprocess.PIPE,
stdin=subprocess.PIPE, stderr=subprocess.PIPE)
data=p.stdout.read()
Run OK, except when stdout.read() give unicode data, with char>255 (this
give many "?")
How read real unicode data in stdout.read() ?
T
Hi! (***sorry for my approximative english***)
A few months ago, I needed a console, under Windows.
After several research, I selected the console of EffBot.
Thank you very much, Fredrik Lundh, for this small tool,
quite practical and which repaired me well.
Then, Python 2.5 arrived.
Man
Hi!
.func( is not defined...
@-salutations
--
Michel Claveau
--
http://mail.python.org/mailman/listinfo/python-list
Hi, all!
Any news, on release Python-2.5 for many modules/lib?
Some exemples:
Console (Effbot)
SciPy
Iconvcodec
DirectPython
SendKeys
Dislin
PyGame
Twain
etc.
And who can confirm that these modules are independent of Python version?
ReportLab
Pyrex
Re-Bonjour !
J'avais écrit, dans le message précédent, que la société PC-Soft avait eu
des difficultés financières, il y a plusieurs années.
Comme je n'ai pas eu l'occasion de vérifier cette information, (et à la
demande de la société PC-Soft), je demande donc aux lecteurs de consid
Hi!
Here, a copy of a message send on anither newsgroup (by me).
Summary on hardlink & junction-point.
*** Sorry, this text is in french ; but command & links are good. ***
Synthèse sur les hardlinks et les points de jonction.
- Les hardlinks sont des alias sur des fichiers.
- Les p
Hi!
Perso, I like komodo.
But :
- littles pb with (very) big scripts
- slow to start
- no french version...
@-salutations
Michel Claveau
--
http://mail.python.org/mailman/listinfo/python-list
1 - 100 of 139 matches
Mail list logo