Visual kalendar like korganizer or evolution calendaar (outlook calendar) a print priview and enventualy an adressbook

2015-03-08 Thread Michael Parchet

Hello,

I am working with pyqt framework and i'm looking for a calendar 
(organizer) like korganizer, evolution or outlook calendar that is OS 
indépendent with recurrence event. writting in python with an UI 
framework (ex pyqt, pygtk, wkpython, tkinter or other ui framwork)


Where could I find it ?

I'm also loocking for a print preview and eventual an addressbook.


Could your help me please ?

Best regards

mparchet

--
https://mail.python.org/mailman/listinfo/python-list


Visual kalendar like korganizer or evolution calendaar (outlook calendar) a print priview and enventualy an adressbook

2015-03-09 Thread Michael Parchet



Hello,
 I am working with pyqt framework and i'm looking for a calendar 
(organizer) like korganizer, evolution or outlook calendar that is OS 
indépendent with recurrence event. writting in python with an UI 
framework (ex pyqt, pygtk, wkpython, tkinter or other ui framwork) Where 
could I find it ?


 I'm also loocking for a print preview and eventual an addressbook.

Could your help me please ?

 Best regards

 mparchet

--
https://mail.python.org/mailman/listinfo/python-list


Visual calendar like korganizer or evolution calendaar (outlook calendar) a print priview and enventualy an adressbook

2015-03-09 Thread Michael Parchet

> 
> Hello,

> I am working with pyqt framework and i'm looking for a calendar (organizer) 
> like korganizer, evolution or outlook calendar that is OS indépendent with 
> recurrence event. writting in python with an UI framework (ex pyqt, pygtk, 
> wkpython, tkinter or other ui framwork) Where could I find it ?
> 
> I'm also loocking for a print preview and eventual an addressbook.
> 
> Could your help me please ?
> 
> Best regards
> 
> mparchet
> 
-- 
https://mail.python.org/mailman/listinfo/python-list


Use à Python 2 module with Python 3

2015-03-09 Thread Michael Parchet
Hello,

For a new project, a person recommande me to use Python 3

can I use Python 3 with a Python 2 y module ex : pyQt 4 ?

Tanks for your answer

Best regards

mparchet 


-- 
https://mail.python.org/mailman/listinfo/python-list


Re: Use à Python 2 module with Python 3

2015-03-11 Thread Michael Parchet
Hello,

The pyside project is ded.
Dose pyqt4 support Python 3 ?
Thanks for your answer
Best regards
mparchet 



> Le 10 mars 2015 à 01:20, Michael Torrie  a écrit :
> 
>> On 03/09/2015 05:47 PM, Steven D'Aprano wrote:
>> Michael Parchet wrote:
>> 
>>> Hello,
>>> 
>>> For a new project, a person recommande me to use Python 3
>>> 
>>> can I use Python 3 with a Python 2 y module ex : pyQt 4 ?
>> 
>> Maybe.
>> 
>> If the module is really only Python 2, then no. If it is pure-Python, with
>> no C extensions, then you might be able to fork it and update it to work
>> with Python 3. The 2to3 tool may help with that.
>> 
>> If a module's documentation says it works with Python 2, but doesn't mention
>> Python 3 at all, it *might* work with Python 3. The author or maintainer of
>> the project simply hasn't gotten around to fixing the documentation. So it
>> may be worth just trying it and seeing for yourself.
>> 
>> For PyQt specifically, googling suggests that PyQt does work with Python 3,
>> but the documentation is out of date and you may have difficulty installing
>> it:
>> 
>> https://www.google.com.au/search?q=pyqt+python3
> 
> PySide does support Python 3.  Last time I installed it, I think it did
> it with pip.  It will require a working C++ compiler to install it.
> Both PyQt and PySide are not pure python. They have bridging code that
> must be compiled.
> -- 
> https://mail.python.org/mailman/listinfo/python-list
-- 
https://mail.python.org/mailman/listinfo/python-list


Re: Use à Python 2 module with Python 3

2015-03-11 Thread Michael Parchet

Hello,

Only one file of pyside project has update at 10 fob,

What's your opinion

Pyside is ded ?

Best regards

mparchet


Le 11.03.15 18:06, Ian Kelly a écrit :



On Wed, Mar 11, 2015 at 4:54 AM, Steven D'Aprano
 wrote:

Michael Parchet wrote:


Hello,

The pyside project is ded.

What makes you think that Pyside is dead? It seems to be active to me. The
latest update was just 29 days ago:

https://github.com/PySide

4 days ago, even. Seems that most of the development is still on gitorious:

https://qt.gitorious.org/pyside


--
https://mail.python.org/mailman/listinfo/python-list