[PyQt] bug: QProcessEnvironment insert failing

Wolfgang Rohdewald wolfgang at rohdewald.de
Fri Dec 10 09:12:37 GMT 2010


On Freitag 10 Dezember 2010, Scott Ballard wrote:
> The insert method of QProcessEnvironment overwrites the
> environment variable instead of inserting into it.

according to the manual, this is correct.

Inserts the environment variable of name name and contents value 
into this QProcessEnvironment object. If that variable already 
existed, it is replaced by the new value.

-- 
Wolfgang


More information about the PyQt mailing list