{5} Assigned, Active Tickets by Owner (Full Description) (17 matches)

List tickets assigned, group by ticket owner. This report demonstrates the use of full-row display.

daelstorm (17 matches)

Ticket Summary Component Milestone Type Created
Description
#238 2bugs: GUI is blocked. nicotine defect 02/16/08

Hi,
I have v1.2.9 on archlinux.
Python 2.5.1 (r251:54863, Jan 10 2008, 17:45:16)
[GCC 4.2.2] on linux2

1st bug [+]: We can't apply settings and it's not a problem of rights.
So I have to edit ~/.nicotine/config to change my settings.
but nicotine worked.
when I click on validate, apply button ("valider" or "appliquer" in french)

nicotine
Nicotine supports "psyco", an inline optimizer for python
code, you can get it at http: //sourceforge.net/projects/psyco/
Traceback (most recent call last):
  File "/usr/lib/python2.5/site-packages/pynicotine/gtkgui/frame.py", line 1560, in OnSettingsClosed
    output = self.settingswindow.GetSettings()
  File "/usr/lib/python2.5/site-packages/pynicotine/gtkgui/settingswindow.py", line 2215, in GetSettings
    sub = page.GetSettings()
  File "/usr/lib/python2.5/site-packages/pynicotine/gtkgui/settingswindow.py", line 1209, in GetSettings
    "tabmain": self.MainPosition.get_active_text().lower(),
AttributeError: 'NoneType' object has no attribute 'lower'

2nd bug [+++]: Nicotine doesn't work since few days.
It appears exactly when I want to connect to the server.
GUI is blocked like you can see in the screenshot.
http: //img235.imageshack.us/my.php?image=screenshothp4.png
(/!\ remove space) I have no message on CLI.
Thanks for work.


#126 Crash on ogg scanning nicotine defect 03/13/07

Nicotine+ 1.2.7 crash when I scanning my shared *.ogg files. The error is:

*** glibc detected *** double free or corruption (!prev): 0x08a1ed38 ***

version:
Pyogg: 1.3
Libogg: 0.5.3
Python: 2.4.3
Glibc: 2.3.6
OS: Linux 2.6.18


#72 "Too many open files" causes nicotine go insane nicotine defect 10/11/06

forwarded from Debian bug#391409

I had many problems with nicotine (crashes, all network connections being "stuck" etc.) recently, but the worst is that sometimes after a crash the configuration (containing all pending download) is simply deleted. This sometimes happens after just 10-20 minutes, sometimes nicotine runs for days.

Starting nicotine from a shell instead of the menu I found that it often complains about "Too many open files", and that it can not save the config. file. It seems that nicotine first deletes the old config file, and then tries to write a new one. But if writing the new config does not succeed, the old version is not recovered.

During normal operation nicotine seems to use 2-300 file descriptors. Right now I have a stuck nicotine instance that has all 1024 descriptors that select() can handle open, 801 of them being a TCP connection in the CLOSE_WAIT state - i.e. they're already dead. "Stuck" right now means:

  • the UI still runs
  • no network traffic
  • the config file is missing (luckily I now have a copy of config.old that's about 20 minutes old)
  • "Disconnect" did nothing but disable the "Disconnect" entry in the menu (the downloads did not disappear from the "Downloads" tab, all network connections remained open, and "Connect" remains disabled in the menu)
  • even "Rescan shares" complains about "Too many open files"

So,

  • there appears to be a serious file descriptor leak; maybe nicotine defers the closing of dead connections for far too long?
  • writing the config file is unsafe wrt. I/O errors
  • slskproty.py should be using poll instead of select (unfortunately I don't know much about Python so I can't offer to create a patch), so it could handle file handles > 1024
  • if "Disconnect" would work (i.e. it would _really_ close all network connections), then nicotine would probably able to recover

#129 1.2.x is highly unstable under Mandriva 2007 nicotine defect 03/16/07

And it is getting worse with each revision ;) In 1.2.6, nicotine+ would run for days before it crashed and usually the crash could be linked to a search query returning too many results (just a guess, no real evidence) but with 1.2.7 and now 1.2.7.1, it only lasts a few hours before it jams the desktop and then exits with a Traceback (see below).

In the past two cases, there have been no search results to worry about, but there has been messages; I see the icon change to indicate a waiting message, click the panel-button to restore or raise the nicotine+ window, and the app jams, unable to repaint its panel, load in the machine skyrockets, and, fortunately, the app exits -- in 1.2.6 it was more rare, only every few days instead of every few hours, but when it jammed, it would take the Xorg server with it, Xorg aborting with an "out of resources" error :(

Here's the stack trace, I hope it is useful:

GTK Accessibility Module initialized /usr/lib/python2.4/site-packages/pynicotine/gtkgui/frame.py:1680: Warning: IAg_object_weak_unref: couldn't find weak ref 0xb51cce80(0xb458f238)

gtk.main()

Traceback (most recent call last):

File "/usr/lib/python2.4/site-packages/pynicotine/gtkgui/browsetreemodels.py", line 119, in on_iter_n_children

return len(node.keys())

AttributeError?: 'NoneType?' object has no attribute 'keys' ...(repeated 23 times)...

...Too much output, ignoring rest...

Hmmm ... repeated TWENTY-THREE times??? Coincidence? The number 23 I mean ;)


#190 Can't save config file, I/O error: [Errno 24] Too many open files: '/home/tony/.nicotine/config.new' nicotine defect 08/09/07

A man's best friend is his dogma.

tony@darkstar:~$ nicotine

Nicotine supports "psyco", an inline optimizer for python code, you can get it at trac did not like the url You do not have Python Vorbis bindings installed. Others will not be able to see the lengths and the bitrates of Ogg Vorbis files that you share. You can get the from trac did not like the url. If you're using Debian, install the python-pyvorbis package.

Nicotine supports a country code blocker but that

requires a (GPL'ed) library called GeoIP. You can find it here: C library: trac did not like the url Python bindings: trac did not like the url (the python bindings require the C library)

Note: Python Bindings for libsexy were not found. To enable spell checking, get them from trac did not like the url or your distribution's package manager. Look for sexy-python or python-sexy.

/usr/lib/python2.5/site-packages/pynicotine/gtkgui/utils.py:241: Warning: IAg_object_remove_toggle_ref: couldn't find toggle ref 0xb7bc8030(0x84b31e4)

urltag = _makeurltag(buffer, tag, url)

/usr/lib/python2.5/site-packages/pynicotine/gtkgui/utils.py:241: Warning: IAg_object_remove_toggle_ref: couldn't find toggle ref 0xb7bc8030(0x84afcfc)

urltag = _makeurltag(buffer, tag, url)

/usr/lib/python2.5/site-packages/pynicotine/gtkgui/frame.py:1236: Warning: IAg_object_remove_toggle_ref: couldn't find toggle ref 0xb7bc8030(0x84b31e4)

AppendLine?(self.LogWindow?, self.np.decode(msg.banner), self.tag_log)

Can't save config file, I/O error: [Errno 24] Too many open files: '/home/tony/.nicotine/config.new'

Killed

cat /proc/sys/fs/file-max

50734

ulimit -n

1024

Nicotine just crashes (freezes up,) about ten seconds after I put instrumental into the search field and search for it. If I don't actually search for anything the program will run fine.

I have tried loads of different ways of changing the ulimit globally to see if that was the problem but not really getting anywhere. I am using Slackware 12.

Would it be possible for Nicotine plus to check this limit, if that is the problem and adhere to it without crashing and give the user a notice to increase the ulimit if that is what is required? Could this problem in anyway be related to the IAg_object_remove_toggle_ref errors?


#248 Crash during rescanning shares nicotine defect 03/28/08

I have a large share directory, on an external USB disk. Some time during the rescan nicotine+ crashes reproducibly. I cannot say whether it crashes always at the same point, though. The backtrace suggests that the problem has to do with the vorbis module:

*** glibc detected *** /usr/bin/python: free(): invalid pointer: 0x0000000001864558 ***
======= Backtrace: =========
/lib/libc.so.6[0x2ac6e406bb9d]
/lib/libc.so.6(cfree+0x76)[0x2ac6e406d8a6]
/usr/lib64/python2.5/site-packages/ogg/vorbis.so(py_file_new+0x169)[0x2ac6ec1d4bd4]
/usr/lib/libpython2.5.so.1.0(PyEval_EvalFrameEx+0x4e56)[0x2ac6e34b3317]
/usr/lib/libpython2.5.so.1.0(PyEval_EvalFrameEx+0x499d)[0x2ac6e34b2e5e]
/usr/lib/libpython2.5.so.1.0(PyEval_EvalCodeEx+0x829)[0x2ac6e34b3c2b]
/usr/lib/libpython2.5.so.1.0(PyEval_EvalFrameEx+0x3654)[0x2ac6e34b1b15]
/usr/lib/libpython2.5.so.1.0(PyEval_EvalCodeEx+0x829)[0x2ac6e34b3c2b]
/usr/lib/libpython2.5.so.1.0(PyEval_EvalFrameEx+0x3654)[0x2ac6e34b1b15]
/usr/lib/libpython2.5.so.1.0(PyEval_EvalCodeEx+0x829)[0x2ac6e34b3c2b]
/usr/lib/libpython2.5.so.1.0[0x2ac6e34626e6]
/usr/lib/libpython2.5.so.1.0(PyObject_Call+0x13)[0x2ac6e3448c7f]
/usr/lib/libpython2.5.so.1.0[0x2ac6e344ea14]
/usr/lib/libpython2.5.so.1.0(PyObject_Call+0x13)[0x2ac6e3448c7f]
/usr/lib/libpython2.5.so.1.0(PyEval_CallObjectWithKeywords+0x5f)[0x2ac6e34adaef]
/usr/lib/libpython2.5.so.1.0[0x2ac6e34d6abf]
/lib/libpthread.so.0[0x2ac6e3760067]
/lib/libc.so.6(clone+0x6d)[0x2ac6e40c1bdd]
======= Memory map: ========
00400000-00401000 r-xp 00000000 08:08 1417309                            /usr/bin/python2.5
00600000-00601000 r--p 00000000 08:08 1417309                            /usr/bin/python2.5
00601000-00602000 rw-p 00001000 08:08 1417309                            /usr/bin/python2.5
00602000-01c82000 rw-p 00602000 00:00 0                                  [heap]
40000000-40001000 ---p 40000000 00:00 0
40001000-40801000 rw-p 40001000 00:00 0
40801000-40802000 ---p 40801000 00:00 0
40802000-41002000 rw-p 40802000 00:00 0
41002000-41003000 ---p 41002000 00:00 0
41003000-41803000 rw-p 41003000 00:00 0
41803000-41804000 ---p 41803000 00:00 0
41804000-42004000 rw-p 41804000 00:00 0
42004000-42005000 ---p 42004000 00:00 0
42005000-42805000 rw-p 42005000 00:00 0
42805000-42806000 ---p 42805000 00:00 0
42806000-43006000 rw-p 42806000 00:00 0
43006000-43007000 ---p 43006000 00:00 0
43007000-43807000 rw-p 43007000 00:00 0
43807000-43808000 ---p 43807000 00:00 0
43808000-44008000 rw-p 43808000 00:00 0
2aaaaaaab000-2aaaaaaaf000 r-xp 00000000 08:08 232662                     /usr/lib64/gtk-2.0/2.10.0/loaders/libpixbufloader-png.so
2aaaaaaaf000-2aaaaacae000 ---p 00004000 08:08 232662                     /usr/lib64/gtk-2.0/2.10.0/loaders/libpixbufloader-png.so
2aaaaacae000-2aaaaacaf000 r--p 00003000 08:08 232662                     /usr/lib64/gtk-2.0/2.10.0/loaders/libpixbufloader-png.so
2aaaaacaf000-2aaaaacb0000 rw-p 00004000 08:08 232662                     /usr/lib64/gtk-2.0/2.10.0/loaders/libpixbufloader-png.so
2aaaaacb0000-2aaaaaceb000 r--s 00000000 fe:00 180770                     /var/cache/fontconfig/df311e82a1a24c41a75c2c930223552e-x86-64.cache-2
2aaaaaceb000-2aaaaad26000 r--s 00000000 fe:00 180112                     /var/cache/fontconfig/17090aa38d5c6f09fb8c5c354938f1d7-x86-64.cache-2
2aaaaad26000-2aaaaad2a000 r--s 00000000 fe:00 180140                     /var/cache/fontconfig/d62e99ef547d1d24cdb1bd22ec1a2976-x86-64.cache-2
2aaaaad2a000-2aaaaad43000 r--s 00000000 fe:00 180153                     /var/cache/fontconfig/4b5cf4386f1cde02a336ba961b4ac82d-x86-64.cache-2
2aaaaad43000-2aaaaad54000 r--s 00000000 fe:00 180687                     /var/cache/fontconfig/221fd1126b80b777db535aea535e87ba-x86-64.cache-2
2aaaaad54000-2aaaaad59000 r--s 00000000 fe:00 180381                     /var/cache/fontconfig/a336a40326b5f097d6a660e43ed65741-x86-64.cache-2
2aaaaad59000-2aaaaad6c000 r--s 00000000 fe:00 180697                     /var/cache/fontconfig/8d4af663993b81a124ee82e610bb31f9-x86-64.cache-2
2aaaaad6c000-2aaaaad74000 r--s 00000000 fe:00 180699                     /var/cache/fontconfig/4460665c0f3e88acdd4c85aa2f409b99-x86-64.cache-2
2aaaaad74000-2aaaaad77000 r--s 00000000 fe:00 180700                     /var/cache/fontconfig/76fa4b957c916922374347f144bde9da-x86-64.cache-2
2aaaaad77000-2aaaaad7f000 r--s 00000000 fe:00 180302                     /var/cache/fontconfig/87f5e051180a7a75f16eb6fe7dbd3749-x86-64.cache-2
2aaaaad7f000-2aaaaad90000 r--p 00000000 08:08 1161193                    /usr/share/fonts/ttf-bitstream-vera/Vera.ttf
2aaaaad90000-2aaaaad97000 r--s 00000000 08:08 266190                     /usr/lib64/gconv/gconv-modules.cache
2aaaaad97000-2aaaaad99000 r-xp 00000000 08:08 1465953                    /usr/lib64/pango/1.6.0/modules/pango-basic-fc.so
2aaaaad99000-2aaaaaf98000 ---p 00002000 08:08 1465953                    /usr/lib64/pango/1.6.0/modules/pango-basic-fc.so
2aaaaaf98000-2aaaaaf99000 r--p 00001000 08:08 1465953                    /usr/lib64/pango/1.6.0/modules/pango-basic-fc.so
2aaaaaf99000-2aaaaaf9a000 rw-p 00002000 08:08 1465953                    /usr/lib64/pango/1.6.0/modules/pango-basic-fc.so
2aaaaaf9a000-2aaaab042000 r--p 00000000 08:08 820797                     /usr/share/icons/hicolor/icon-theme.cache
2aaaab042000-2aaaab0a2000 rw-s 00000000 00:09 111575047                  /SYSV00000000 (deleted)
2aaaab0a2000-2aaaab0b1000 r-xp 00000000 08:08 215240                     /usr/lib64/python2.5/lib-dynload/datetime.so
2aaaab0b1000-2aaaab2b0000 ---p 0000f000 08:08 215240                     /usr/lib64/python2.5/lib-dynload/datetime.so
2aaaab2b0000-2aaaab2b1000 r--p 0000e000 08:08 215240                     /usr/lib64/python2.5/lib-dynload/datetime.so
2aaaab2b1000-2aaaab2b5000 rw-p 0000f000 08:08 215240                     /usr/lib64/python2.5/lib-dynload/datetime.so
2aaaab2b5000-2aaaab2cb000 r-xp 00000000 08:08 360028                     /usr/lib64/python2.5/site-packages/_dbus_bindings.so
2aaaab2cb000-2aaaab4ca000 ---p 00016000 08:08 360028                     /usr/lib64/python2.5/site-packages/_dbus_bindings.so
2aaaab4ca000-2aaaab4cb000 r--p 00015000 08:08 360028                     /usr/lib64/python2.5/site-packages/_dbus_bindings.so
2aaaab4cb000-2aaaab4d8000 rw-p 00016000 08:08 360028                     /usr/lib64/python2.5/site-packages/_dbus_bindings.so
2aaaab4d9000-2aaaab4da000 rw-p 2aaaab4d9000 00:00 0
2aaaab4da000-2aaaab4fd000 r--p 00000000 08:08 886877                     /usr/share/fonts/corefonts/verdana.ttf
2aaaab50c000-2aaaab543000 r-xp 00000000 08:08 557303                     /usr/lib64/libdbus-1.so.3.4.0
2aaaab543000-2aaaab743000 ---p 00037000 08:08 557303                     /usr/lib64/libdbus-1.so.3.4.0
2aaaab743000-2aaaab744000 r--p 00037000 08:08 557303                     /usr/lib64/libdbus-1.so.3.4.0
2aaaab744000-2aaaab745000 rw-p 00038000 08:08 557303                     /usr/lib64/libdbus-1.so.3.4.0
2aaaab745000-2aaaab76e000 r-xp 00000000 08:08 215109                     /usr/lib64/python2.5/lib-dynload/pyexpat.so
2aaaab76e000-2aaaab96d000 ---p 00029000 08:08 215109                     /usr/lib64/python2.5/lib-dynload/pyexpat.so
2aaaab96d000-2aaaab970000 r--p 00028000 08:08 215109                     /usr/lib64/python2.5/lib-dynload/pyexpat.so
2aaaab970000-2aaaab972000 rw-p 0002b000 08:08 215109                     /usr/lib64/python2.5/lib-dynload/pyexpat.so
2aaaab972000-2aaaab974000 r-xp 00000000 08:08 360027                     /usr/lib64/python2.5/site-packages/_dbus_glib_bindings.so
2aaaab974000-2aaaabb73000 ---p 00002000 08:08 360027                     /usr/lib64/python2.5/site-packages/_dbus_glib_bindings.so
2aaaabb73000-2aaaabb74000 r--p 00001000 08:08 360027                     /usr/lib64/python2.5/site-packages/_dbus_glib_bindings.so
2aaaabb74000-2aaaabb75000 rw-p 00002000 08:08 360027                     /usr/lib64/python2.5/site-packages/_dbus_glib_bindings.so
2aaaabb75000-2aaaabb84000 r--p 00000000 08:08 1161195                    /usr/share/fonts/ttf-bitstream-vera/VeraBd.ttf
2aaaabba9000-2aaaabbc7000 r-xp 00000000 08:08 1433689                    /usr/lib64/libdbus-glib-1.so.2.1.0
2aaaabbc7000-2aaaabdc6000 ---p 0001e000 08:08 1433689                    /usr/lib64/libdbus-glib-1.so.2.1.0
2aaaabdc6000-2aaaabdc7000 r--p 0001d000 08:08 1433689                    /usr/lib64/libdbus-glib-1.so.2.1.0
2aaaabdc7000-2aaaabdc8000 rw-p 0001e000 08:08 1433689                    /usr/lib64/libdbus-glib-1.so.2.1.0
2aaaabdc8000-2aaaabdc9000 r-xp 00000000 08:08 235635                     /usr/lib64/pango/1.6.0/modules/pango-arabic-lang.so
2aaaabdc9000-2aaaabfc8000 ---p 00001000 08:08 235635                     /usr/lib64/pango/1.6.0/modules/pango-arabic-lang.so
2aaaabfc8000-2aaaabfc9000 r--p 00000000 08:08 235635                     /usr/lib64/pango/1.6.0/modules/pango-arabic-lang.so
2aaaabfc9000-2aaaabfca000 rw-p 00001000 08:08 235635                     /usr/lib64/pango/1.6.0/modules/pango-arabic-lang.so
2aaaac000000-2aaaac814000 rw-p 2aaaac000000 00:00 0
2aaaac814000-2aaab0000000 ---p 2aaaac814000 00:00 0
2aaab0000000-2aaab0002000 r-xp 00000000 08:08 1466281                    /usr/lib64/pango/1.6.0/modules/pango-arabic-fc.so
2aaab0002000-2aaab0202000 ---p 00002000 08:08 1466281                    /usr/lib64/pango/1.6.0/modules/pango-arabic-fc.so
2aaab0202000-2aaab0203000 r--p 00002000 08:08 1466281                    /usr/lib64/pango/1.6.0/modules/pango-arabic-fc.so
2aaab0203000-2aaab0204000 rw-p 00003000 08:08 1466281                    /usr/lib64/pango/1.6.0/modules/pango-arabic-fc.so
2aaab0204000-2aaab0208000 r--p 00000000 08:08 871173                     /usr/share/fonts/terminus/ter-x16n.pcf.gz
2aaab0208000-2aaab024c000 r--p 00000000 08:08 886867                     /usr/share/fonts/corefonts/arial.ttf
2aaab024c000-2aaab025d000 r--p 00000000 08:08 1174661                    /usr/share/fonts/default/ghostscript/n019003l.pfb
2aaab025d000-2aaab0273000 r--p 00000000 08:08 1677706                    /usr/share/fonts/misc/9x18.pcf.gz
2ac6e31ef000-2ac6e320a000 r-xp 00000000 08:08 1808827                    /lib64/ld-2.7.so
2ac6e320a000-2ac6e328e000 rw-p 2ac6e320a000 00:00 0
2ac6e32c0000-2ac6e3383000 rw-p 2ac6e32c0000 00:00 0
2ac6e3409000-2ac6e340a000 r--p 0001a000 08:08 1808827                    /lib64/ld-2.7.so
2ac6e340a000-2ac6e340b000 rw-p 0001b000 08:08 1808827                    /lib64/ld-2.7.so
2ac6e340b000-2ac6e351e000 r-xp 00000000 08:08 254964                     /usr/lib64/libpython2.5.so.1.0
2ac6e351e000-2ac6e371e000 ---p 00113000 08:08 254964                     /usr/lib64/libpython2.5.so.1.0
2ac6e371e000-2ac6e371f000 r--p 00113000 08:08 254964 Aborted

PS. Gentoo Linux, amd64.


#48 a few ideas improving the GUI nicotine Release 1.3.0 enhancement 09/03/06

I've got few ideas that could make nicotine-plus more comfortable.

-when i pick a file for download in the search window, its color should change. So i can see which files i'm downloading from the search list. -an option for closing to taskbar (like in amule), or at least a confirm dialog. I've closed nicotnie-plus accidentally sometimes. (and when i reconnected, i was queued and had to wait)

(and please update the version in the AUR)

i hope you find them useful!


#17 Check for availability username in Settings/Server nicotine Release 1.3.0 task 06/21/06

Possiblity for checking if a user_name is available rightaway in Settings/Server. So you don't need to close Settings window and Connect to check if you have choosen an unavailable user_name.


#162 crashed and now get blank window nicotine task 05/11/07

Crashed one day while downloading numerous files and now all i get is a blank window. I have tries uninstalling and reinstalling. Tried to update to latest version still no luck still getting an empty window.


#178 File Name Misinterpretation nicotine task 06/08/07

I have a folder named "High On Fire \ Ruins" and when nicotine scans the directory, it treats "High On Fire" as a seperate directory and "Ruins" as a subdirectory of that directory.


#159 Wishlist nicotine defect 05/05/07

1st: 'Add' button has wrong stock icon. 2nd: When I close search tab my wish should remains in wishlist (as well as Windows' slsk client)

Thanks.


#51 Notification of changes in "Download" tab nicotine Release 1.3.0 enhancement 09/05/06

Another very old bug, that was reported as http://bugs.debian.org/206944 initially.

The feature request is to add a highlight to the "download" tab whenever a download is finished or failed.


#53 Colors nicotine Release 1.3.0 enhancement 09/09/06

As in the official client you could implement colors for download queue : blue for the queud downloads, black for disconnected user and green for finished downloads

thanks


#102 Button to stop accepting uploads nicotine Release 1.3.0 enhancement 01/15/07

There are times that we need to shutdown nicotine+, for whatever reason, but we don't want to stop uploading to friends, for example, or even to sharing-friendly people. So, there could be a button which would block further uploads. What do you think?


#181 search for same file nicotine enhancement 06/21/07

DC++ and Soulseek for Windows have a nifty feature where you can right click (in queue / download list, or in search results) and search for the same file. This is useful if the person you are downloading from has a big queue or is not online or has vanished of the Earth whereas you don't want to redownload the whole release.

DC++ uses TTH (checksumming) so this works far better there as it guarantees the searched files are exactly the same as the one you were downloading (but cannot get for whatever reason). This opens paths for more reliable distributed content although on Soulseek we don't seem to care for that, or checksumming.


#166 reopen last private chat + the text insisde nicotine enhancement 05/17/07

first >excuse my poor english i will try to be understandable

when i restart nicotine it reopen last private chat but empty of the last text even if i log i guess the slsk client work in this way and it could be usefull to reopen last private chat + last text too

i hope i hav been clear see you thx

<((((*>


#183 remove the note appearing for python bindings for libsexy etc... nicotine Release 1.3.0 task 06/29/07

remove the note appearing for python bindings for libsexy etc. before next release please. if someone wants to use it should look into docs. afaik no other feautures gave msgs like that.


Note: See TracReports for help on using and creating reports.