Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #101353 > unrolled thread

PyFladesk :: create GUI apps by Python and HTML, CSS and Javascript.

Started bySaeed Moqadam <phpro.ir@gmail.com>
First post2016-01-07 15:08 -0800
Last post2016-01-08 07:37 -0700
Articles 6 — 5 participants

Back to article view | Back to comp.lang.python


Contents

  PyFladesk :: create GUI apps by Python and HTML, CSS and Javascript. Saeed Moqadam <phpro.ir@gmail.com> - 2016-01-07 15:08 -0800
    Re: PyFladesk :: create GUI apps by Python and HTML, CSS and Javascript. jacob Kruger <jacob@blindza.co.za> - 2016-01-08 05:54 +0200
    Re: PyFladesk :: create GUI apps by Python and HTML, CSS and Javascript. Bernardo Sulzbach <mafagafogigante@gmail.com> - 2016-01-08 03:07 -0200
    Re: PyFladesk :: create GUI apps by Python and HTML, CSS and Javascript. jacob Kruger <jacob@blindza.co.za> - 2016-01-08 08:07 +0200
    Re: PyFladesk :: create GUI apps by Python and HTML, CSS and Javascript. wxjmfauth@gmail.com - 2016-01-08 01:50 -0800
    Re: PyFladesk :: create GUI apps by Python and HTML, CSS and Javascript. Michael Torrie <torriem@gmail.com> - 2016-01-08 07:37 -0700

#101353 — PyFladesk :: create GUI apps by Python and HTML, CSS and Javascript.

FromSaeed Moqadam <phpro.ir@gmail.com>
Date2016-01-07 15:08 -0800
SubjectPyFladesk :: create GUI apps by Python and HTML, CSS and Javascript.
Message-ID<23384de9-7909-41e8-8a63-ebadb583bf84@googlegroups.com>
create multi platform desktop application by using Python, HTML, CSS and Javascript.
source code is https://github.com/smoqadam/PyFladesk

you can find RSS Reader app that made by PyFladesk in the following url : 

https://github.com/smoqadam/PyFladesk-rss-reader

I'll waiting for your feedback.

thanks

[toc] | [next] | [standalone]


#101359

Fromjacob Kruger <jacob@blindza.co.za>
Date2016-01-08 05:54 +0200
Message-ID<mailman.56.1452228860.2305.python-list@python.org>
In reply to#101353
I would definitely like to try out something like this - I am primarily 
a web developer, and, partly since am 100% blind, any form of GUI design 
is at times an issue for me, whereas I have been working with HTML 
markup layouts for almost 20 years now, but, which versions of python 
should this work with, and, what does it actually then use to 
generate/handle GUI interface? Ask since, some of the GUI frameworks are 
not too accessible themselves.

Also, downloaded both the main master, and the RSS reader master images, 
but, both python 2.7 and python 3.4 tell me that they have no urllib2, 
and under 3.4, pip install can't find it either..?

TIA

Jacob Kruger
Blind Biker
Skype: BlindZA
"Roger Wilco wants to welcome you...to the space janitor's closet..."

On 2016-01-08 1:08 AM, Saeed Moqadam wrote:
> create multi platform desktop application by using Python, HTML, CSS and Javascript.
> source code is https://github.com/smoqadam/PyFladesk
>
> you can find RSS Reader app that made by PyFladesk in the following url :
>
> https://github.com/smoqadam/PyFladesk-rss-reader
>
> I'll waiting for your feedback.
>
> thanks

[toc] | [prev] | [next] | [standalone]


#101360

FromBernardo Sulzbach <mafagafogigante@gmail.com>
Date2016-01-08 03:07 -0200
Message-ID<mailman.57.1452229701.2305.python-list@python.org>
In reply to#101353
On Fri, Jan 8, 2016 at 1:54 AM, jacob Kruger <jacob@blindza.co.za> wrote:
>
> Also, downloaded both the main master, and the RSS reader master images,
> but, both python 2.7 and python 3.4 tell me that they have no urllib2, and
> under 3.4, pip install can't find it either..?
>
> TIA
>

Python 3 does not have urllib2. It is a Python 2 module that has been
split across several modules in Python 3.

However, are you sure you tried it with Python 2.7?

-- 
Bernardo Sulzbach

[toc] | [prev] | [next] | [standalone]


#101361

Fromjacob Kruger <jacob@blindza.co.za>
Date2016-01-08 08:07 +0200
Message-ID<mailman.58.1452237143.2305.python-list@python.org>
In reply to#101353
Ok, double-checked again, and if force it to run under 2.7, then it 
complains about lack of pyQT4 - that's one of the issues was asking 
about relating to GUI frameworks - pyQT hasn't always worked too well 
under 2.7 in terms of accessibility API's in past, but, will 'see' if 
can get hold of that module for 2.7, and take it from there.

Jacob Kruger
Blind Biker
Skype: BlindZA
"Roger Wilco wants to welcome you...to the space janitor's closet..."

On 2016-01-08 7:07 AM, Bernardo Sulzbach wrote:
> On Fri, Jan 8, 2016 at 1:54 AM, jacob Kruger <jacob@blindza.co.za> wrote:
>> Also, downloaded both the main master, and the RSS reader master images,
>> but, both python 2.7 and python 3.4 tell me that they have no urllib2, and
>> under 3.4, pip install can't find it either..?
>>
>> TIA
>>
> Python 3 does not have urllib2. It is a Python 2 module that has been
> split across several modules in Python 3.
>
> However, are you sure you tried it with Python 2.7?
>

[toc] | [prev] | [next] | [standalone]


#101365

Fromwxjmfauth@gmail.com
Date2016-01-08 01:50 -0800
Message-ID<9887800c-abc2-41ca-bdab-5b5b9ee2a55d@googlegroups.com>
In reply to#101353
Le vendredi 8 janvier 2016 00:08:54 UTC+1, Saeed Moqadam a écrit :
> create multi platform desktop application by using Python, HTML, CSS and Javascript.
> source code is https://github.com/smoqadam/PyFladesk
> 
> you can find RSS Reader app that made by PyFladesk in the following url : 
> 
> https://github.com/smoqadam/PyFladesk-rss-reader
> 
> I'll waiting for your feedback.
> 
> thanks

And where is the "PyFladesk Rss Reader" running app/installer
created with the pyinstaller?

[toc] | [prev] | [next] | [standalone]


#101377

FromMichael Torrie <torriem@gmail.com>
Date2016-01-08 07:37 -0700
Message-ID<mailman.70.1452263865.2305.python-list@python.org>
In reply to#101353
On 01/07/2016 08:54 PM, jacob Kruger wrote:
> I would definitely like to try out something like this - I am primarily 
> a web developer, and, partly since am 100% blind, any form of GUI design 
> is at times an issue for me, whereas I have been working with HTML 
> markup layouts for almost 20 years now, but, which versions of python 
> should this work with, and, what does it actually then use to 
> generate/handle GUI interface? Ask since, some of the GUI frameworks are 
> not too accessible themselves.

This project is simply a web browser (qtwebkit) embedded in a bare
window that automatically loads a python-based web application you write
separately.  That's all it is.  It's not a GUI toolkit or even a
web-based GUI toolkit.  It's primary purpose is to allow you to wrap up
a Python-based web app (using Flask, but I have no doubt it could handle
Django) in a little self-contained package so you can run it as if it
were a standalone app. Kind of like how Google Chrome let's you take a
url and make a virtual app out of it.

[toc] | [prev] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web