Shyam
Shyam

Reputation: 627

pyqt on Google App engine

I want to know if there is any way I can deploy a pyqt based python GUI application on google app engine. As per the FAQ, it says that app engine can support only pure python libraries but I wanted to use the sophisticated graphics features of pyqt which I am using for my desktop python application.

Is there a any other way ?

Many thanks in advance

Shyam

Upvotes: 0

Views: 1261

Answers (1)

Drew Sears
Drew Sears

Reputation: 12838

No.

PyQt is used to build desktop UIs. It cannot be used to build browser-based UIs. This has nothing to do with App Engine.

Upvotes: 2

Related Questions