/srv/irclogs.ubuntu.com/2007/10/20/#ubuntu-classroom.txt

BillGhola01:41
BillGalguien habla espaƱol01:41
BillGspeak spanish01:41
naliothWorld: it is not really wise to use 3d party solutions for things in Ubuntu01:49
nalioth!java01:49
ubotuTo install a Java compiler/interpreter on Ubuntu, look at https://help.ubuntu.com/community/Java - For the Sun Java runtime install sun-java5-jre from the !Multiverse repository. Enable the backports repository on Edgy to install sun-java6-jre01:49
naliothno need to download anything from Sun01:49
World?01:50
naliothWorld: the bot just told you what to do01:50
WorldI'm like only a week old on linux. Former windows user.01:50
nalioth!info sun-java5-source01:50
ubotusun-java5-source: Sun Java(TM) Development Kit (JDK) 5.0 source files. In component multiverse, is optional. Version 1.5.0-13-0ubuntu1 (gutsy), package size 16074 kB, installed size 17216 kB01:50
naliothand there's your sun JDK01:50
naliothboth installable from the multiverse repository01:51
nalioth!synaptic01:51
ubotusynaptic is Ubuntu's Graphical Package Manager. For a good howto see https://help.ubuntu.com/community/SynapticHowto01:51
naliothuse synaptic to find and install the software that interests you01:51
Worldsynaptic only has 1.401:51
naliothare you using Gusty Gibbon or an earlier release?01:52
WorldI have the newest 7.10 64amd. This is the only info I have "Note: You need to have the PLF repositories to get the sun-j2re1.5 package"01:53
WorldI run a game server and that is min. I can use.01:53
naliothPLF repos are really old info01:54
naliothreally really out of date01:54
naliothWorld: open synaptic please01:54
WorldAh, ok. The bot sends me to "To install proprietary Java, you must have the Multiverse repository enabled."01:54
WorldIt's open01:55
naliothsearch for "sun-java5-source"01:55
WorldBingo. That's it?01:56
naliothyou can read the description01:56
WorldGod bless you. Now just mark it for install and apply?01:57
naliothif you want it01:58
WorldThank you very much.01:59
naliothyou're welcome02:01
nalioth!msg02:01
ubotuPlease ask your questions in the channel so that other people can also benefit AND help you. Please don't PM a user in the channel without asking first, some find it rude.02:01
=== DM is now known as Delvien
jribwhat did you type as the command?06:15
fit4lfereadlink -f $(python2.5)06:15
jribno06:16
jribreadlink -f $(which pythor)06:16
jribreadlink -f $(which python)06:16
jribjust like that06:18
fit4lfereadlink-f$(which python)06:18
fit4lfebash: readlink-f/usr/bin/python: No such file or directory06:18
jribyou missed a space06:19
fit4lfek06:21
fit4lfeyeah readlink doesn't even exist06:21
fit4lfeone sec06:22
Allenwrhello06:22
jribreadlink is in coreutils... you probably have it06:22
fit4lfehmmm06:27
fit4lfewow06:30
fit4lfejrib06:31
fit4lfe readlink -f$(which python)06:31
fit4lfereadlink: invalid option -- /06:31
fit4lfeyou sure thats the command06:31
jribstill missing a space06:32
fit4lfewhere06:32
jribyou should use a monospace font06:32
jribreadlink -f $(which python)06:33
jrib            ^06:33
jrib           ^06:33
fit4lfe./usr/bin/python2.506:35
fit4lfesorry06:35
jribthat's not exactly what it says right?06:35
fit4lferight there is no .06:35
fit4lfeperiod in the front06:35
jribapt-cache policy python-gtk206:36
fit4lfegtk206:37
fit4lfepython-gtk2:06:37
fit4lfe  Installed: 2.10.4-0ubuntu306:37
fit4lfe  Candidate: 2.10.4-0ubuntu306:37
fit4lfe  Version table:06:37
fit4lfe *** 2.10.4-0ubuntu3 006:37
fit4lfe        500 http://archive.ubuntu.com feisty/main Packages06:37
fit4lfe        100 /var/lib/dpkg/status06:37
jribpython -c 'import pygtk'06:37
fit4lfeTraceback (most recent call last):06:38
fit4lfe  File "<string>", line 1, in <module>06:38
fit4lfeImportError: No module named pygtk06:38
jribapt-cache policy python-gobject06:39
fit4lfegobject06:40
fit4lfepython-gobject:06:40
fit4lfe  Installed: 2.12.3-0ubuntu306:40
fit4lfe  Candidate: 2.12.3-0ubuntu306:40
fit4lfe  Version table:06:40
fit4lfe *** 2.12.3-0ubuntu3 006:40
fit4lfe        500 http://archive.ubuntu.com feisty/main Packages06:40
fit4lfe        100 /var/lib/dpkg/status06:40
jribpython -c 'import sys; print sys.path'06:41
fit4lfehttp://rafb.net/p/B6XbPf12.html06:43
fit4lfethats my sys.path06:43
fit4lfefrom python06:43
jribfit4lfe: do you have /var/lib/python-support/python2.5/pygtk.py?06:44
fit4lfeyes06:45
jribwell something messed up your sys.path06:46
fit4lfehmm06:46
fit4lfehow can I fix tit06:46
fit4lfeit06:46
fit4lfejrib how can i fix it06:47
jribyou need to figure out how it was modified06:49
jribwhich I don't know offhand06:50
fit4lfecan't I just change the path06:50
fit4lfeand add it back in06:50
jribyes06:50
fit4lfecan you tell me how06:51
jribI don't know offhand06:51
fit4lfek06:51
fit4lfewell thank you so much for getting me this far06:51
jribappend '/var/lib/python-support/python2.5' and then try the import again in your python shell06:52
jribto at least test the theory...06:52
fit4lfein the python or shell06:54
jribpython06:54
fit4lfehmm confused06:56
jribunfortunately I need to get to bed now06:58
fit4lfejrib python -c 'append /var/lib/python-support/python2.5'06:58
jribsys.path is a list06:58
jribsys.path.append('foobar')06:58
fit4lfeok06:58
jribdo it in a python shell, not with -c06:59
jribnight06:59
fit4lfenight06:59
fit4lfethanks06:59
fit4lfejrib sweet i got it07:01
fit4lfeI think07:01
fit4lfei did an import pygtk and it worked07:01
jribk now you need to figure out how to make your default sys.path sane again07:02
fit4lfewhat you mean07:02
jribyour append is not permanent07:03
fit4lfeI suppose its just in memory then07:04
fit4lfeyeah cause i just tried update-manager07:04
fit4lfedidn't work07:04
=== allee_ is now known as allee
begemotHello... Is someone here?10:53
begemotsteveb@microsoft.com11:17
begemotHello! If you tired and get stress, please defecate here: steveb@microsoft.com . You will feel better!11:18
begemotHave a good day.11:18
gaurav_... lol11:41
eyedolanything going on here?15:27
sn0hey eyedol , monday i believe :)15:28
eyedolokay thanks. can't wait15:29
sn0:) good to hear15:30
ElrianHello16:11
=== DM is now known as Delvien

Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!