473,804 Members | 3,675 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

comment utiliser python sous Fedora

Salut ,

Je suis un debutant pour linux. Et j'ai actuellement RedHat
Fedora Core1 . Je voudrais developper une application (ie un logiciel
de gestion de Bibliotheque ) avec python mais j'ai des problemes:
- Premierement je n'ai aucune documentation sur l'usage de python sou
Fedora. Pourriez vous m'indiquer un endroit ou je peux télécharger un
cours à ce sujet?
- Deuxiemement , mon python tourne sur le compilateur GCC et je sais
pas comment faire des interfaces graphiques tout comme on le fat avec
Tkinter dans certains cas.
Aidez moi s'il vous plait.
merci.
Jul 18 '05 #1
2 2795
Roland wrote:
Salut ,

Je suis un debutant pour linux. Et j'ai actuellement RedHat
Fedora Core1 . Je voudrais developper une application (ie un logiciel
de gestion de Bibliotheque ) avec python mais j'ai des problemes:
- Premierement je n'ai aucune documentation sur l'usage de python sou
Fedora. Pourriez vous m'indiquer un endroit ou je peux télécharger un
cours à ce sujet?
- Deuxiemement , mon python tourne sur le compilateur GCC et je sais
pas comment faire des interfaces graphiques tout comme on le fat avec
Tkinter dans certains cas.
Aidez moi s'il vous plait.
merci.


Bonjour,

Tout d'abord, il existe un newsgroup Python en français (fr.comp.lang.p ython)
sur lequel il est préférable de poser les questions en français, le newsgroup
comp.lang.pytho n étant traditionnellem ent anglophone.

Quant à tes questions, je ne suis pas sur de les comprendre: Python est-il
installé sur ta machine? Il n'y a pas de documentation sur "l'usage de python
sous Fedora", simplement parce qu'il n'y a rien de spécifique sous cette
plateforme: PAQJS, elle s'utilise comme n'importe quel Linux. Les seules
instructions nécessaires se trouvent dans le fichier README dans le répertoire
racine de l'installation Python.

Pour la deuxième question, je comprends encore moins: quel est le rapport entre
le compilateur gcc et Tkinter? Python sous Linux est a priori toujours compilé
avec gcc, et ça n'empeche personne de faire du Tkinter. Quel est le problème
exactement?
--
- Eric Brunel <eric (underscore) brunel (at) despammed (dot) com> -
PragmaDev : Real Time Software Development Tools - http://www.pragmadev.com

Jul 18 '05 #2
On Mon, Aug 23, 2004 at 02:59:44PM +0200, Eric Brunel wrote:

Tout d'abord, il existe un newsgroup Python en français
(fr.comp.lang.p ython) sur lequel il est préférable de poser les questions
en français, le newsgroup comp.lang.pytho n étant traditionnellem ent
anglophone.

Quant à tes questions, je ne suis pas sur de les comprendre: Python est-il
installé sur ta machine? Il n'y a pas de documentation sur "l'usage de
python sous Fedora", simplement parce qu'il n'y a rien de spécifique sous
cette plateforme: PAQJS, elle s'utilise comme n'importe quel Linux. Les
seules instructions nécessaires se trouvent dans le fichier README dansle
répertoire racine de l'installation Python.


that isn't exactly true: the RHN applet, at least, is written in
python :)

--
John Lenton (jo**@grulic.or g.ar) -- Random fortune:
Just when you thought you were winning the rat race, along comes a faster rat!!

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.5 (GNU/Linux)

iD8DBQFBKe2RgPq u395ykGsRAsaXAJ 4jgKcdbN41SS2AP 9UpQ1SIEosqVgCe IUGN
oRFhLtkjiLc4FqR dOKuiwEg=
=lGPj
-----END PGP SIGNATURE-----

Jul 18 '05 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

6
5380
by: Raymond H. | last post by:
Bonjour, Je n'arrive pas à savoir comment lire via vb4 l'adresse d'un favoris dans le dossier des favoris où Internet Explorer place ses favoris. Par exemple, comment fait-on pour afficher l'url d'un favoris dans un msgbox? Raymond H. logicipc@sympatico.ca
5
3333
by: Logan | last post by:
I have two different Python versions on my Linux system (2.2 and 2.3). I cannot remove version 2.2 because many configuration files of the system depend on this version of Python (and its extensions). Now I want to install extension packages for Python 2.3; if the package is distributed via Distutils, this is no problem: 'python2.3 setup.py install' will do the job (i.e. put everything in the 'site-packages' folder of Python 2.3).
4
3851
by: Logan | last post by:
Several people asked me for the following HOWTO, so I decided to post it here (though it is still very 'alpha' and might contain many (?) mistakes; didn't test what I wrote, but wrote it - more or less - during my own installation of Python 2.3 on Fedora Core 1 Linux for a friend of mine). Anyway, HTH, L.
9
3590
by: Nuff Said | last post by:
When I type the following code in the interactive python shell, I get 'UTF-8'; but if I put the code into a Python script and run the script - in the same terminal on my Linux box in which I opened the python shell before -, I get 'ANSI_X3.4-1968'. How does that come? Thanks in advance for your answers! Nuff.
7
3213
by: Edward Diener | last post by:
I can install Python 2.4 on the Fedora 3 Linux system, but after I do a number of Linux utilities and commands, like yum, stop working because they were dependent on the Python 2.3 installation. What happens is that Python 2.4 replaces the /usr/bin/python module with the Python 2.4 version. If I replace /usr/bin/python with the Python 2.3 version executable, which is still on my system, that all the aforesaid modules depend on, they start...
1
12382
by: Gilles Cadorel | last post by:
Sur un PC, nous avons installé plusieurs version d'Oracle Client. Plusieurs logiciels tiers utilisant Oracle ne demandent pas lors de leur installation, quelle version d'Oracle utiliser. Ces logiciels fonctionnent correctement mais nous aimerions savoir à coup sûr, quel Client Oracle est réellement utilisé. Merci d'avance
1
1559
by: Icare-Infographie | last post by:
bonjour, j ai un textbox qui reçoit un contenu de champ de base de donnees; quand je modifie ce champ, la modification n est pas pris en compte dans la mise à jourde la bd. si je supprime le databind() du textbox cette modification est executée, par contre au depart mon textbox n est plus documenté.
15
2967
by: John Nagle | last post by:
I've been installing Python and its supporting packages on a dedicated server with Fedora Core 6 for about a day now. This is a standard dedicated rackmount server in a colocation facility, controlled via Plesk control panel, and turned over to me with Fedora Core 6 in an empty state. This is the standard way you get a server in a colo today. Bringing Python up in this completely clean environment is a huge hassle, and it doesn't...
3
1371
by: tsic | last post by:
Bonjour, SVP aidez moi à trouver le code du serveur de connexion. j'ai déjà testé celui de windows et ça a marché. Mais mon encadreur demande un serveur qui soit mis sous linux et que le client soit sous windows. j'ai cherché beaucoup sur internet mais sans vain. (langage python). c'est très urgent. Merci
0
9585
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10338
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
10323
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
9161
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
7622
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
6856
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5525
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
5658
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
2
3823
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.