PySide Bugzilla Closed for New Bugs

PySide is now a Qt Add-on and uses the Qt Project's JIRA Bug Tracker instead of this Bugzilla instance. This Bugzilla is left for reference purposes.

Bug 650 - Missing bindings for QNetworkProxyFactory
: Missing bindings for QNetworkProxyFactory
Status: CLOSED FIXED
Product: PySide
Classification: Unclassified
Component: QtNetwork
: 1.0.0 beta4
: All All
: P2 normal
Assigned To: Hugo Parente Lima
:
:
:
  Show dependency treegraph
 
Reported: 2011-01-27 17:50 EET by rogutes
Modified: 2011-02-02 15:46 EET (History)
8 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description rogutes 2011-01-27 17:50:07 EET
from PySide import QtNetwork
QtNetwork.QNetworkProxyFactory.setUseSystemConfiguration(True)

results in

AttributeError: 'module' object has no attribute 'QNetworkProxyFactory'
Comment 1 Matti Airas 2011-01-28 09:55:06 EET
Thanks for the bug report!

Indeed, it's missing for some reason. Prioritizing the bug P3.
Comment 2 Matti Airas 2011-01-28 10:05:24 EET
Raising priority to P2 as per Renato's proposal on IRC.
Comment 3 Hugo Parente Lima 2011-02-01 19:36:42 EET
QNetworkProxyQuery is also missing, besides the QFlags
QNetworkProxy::Capabilities.
Comment 4 Hugo Parente Lima 2011-02-02 11:44:37 EET
Fixed in commit:

pyside/87977cc320b98aee545d3743436441a32d83f969
Comment 5 renato filho 2011-02-02 15:46:13 EET
released on beta 5