For now this is broken with the update to python 3.12 as it makes use of the imp
module.
Not sure if I should depend on python311 or add a version constraint. Adjust accordingly for yourself
Search Criteria
Package Details: idlex 1.22-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/idlex.git (read-only, click to copy) |
---|---|
Package Base: | idlex |
Description: | Extensions to IDLE, the Python IDE |
Upstream URL: | http://idlex.sourceforge.net/ |
Keywords: | idle python |
Licenses: | NCSA |
Submitter: | Nordwin |
Maintainer: | TrialnError |
Last Packager: | TrialnError |
Votes: | 18 |
Popularity: | 0.000000 |
First Submitted: | 2011-12-11 19:58 (UTC) |
Last Updated: | 2022-03-13 22:21 (UTC) |
Required by (0)
Sources (2)
TrialnError commented on 2024-04-29 22:59 (UTC) (edited on 2024-04-29 23:02 (UTC) by TrialnError)
sandeepdatta commented on 2023-02-25 15:02 (UTC)
Thanks for the desktop file!
sandeepdatta commented on 2021-01-24 09:49 (UTC)
Hi, I have updated the source to include a .desktop file: https://github.com/sandeep-datta/idlex-aur. Please consider merging my change into this repo.
TrialnError commented on 2017-03-13 22:50 (UTC)
The package contains idlexlib. I suppose the recent update to python-3.6 is causing this, as it worked with python-3.5
Eventyret commented on 2017-03-12 13:09 (UTC)
Seems its missing idlexlib? When starting it gives an error so might be a dependency aswell?
TrialnError commented on 2014-06-02 10:32 (UTC)
I take ownership.
Wrote an email to the dev and he could reproduce the issue.
Will later add the temporary workaround he mentioned until the new version is out
ibid commented on 2014-06-01 15:29 (UTC)
My primary computers are not longer running Arch so I am orphaning this package.
TrialnError commented on 2014-05-31 18:16 (UTC)
Has someone else a problem with idlex?
Recently I get this error (and a rebuild doesn't fix it)
http://pastie.org/9243509
A problem with 3.4.1? IIRC it worked with 3.4.0
ibid commented on 2014-03-28 02:48 (UTC)
>idlex2 is broken. Its starts idlex with python3, and not with python2.
There was a PKGBUILD in the comments a while ago that dealt with this, but the issue is upstream. I've talked to upstream and they are aware of it, but I don't know if or when it will be fixed.
I think a separate idlex2 package that doesn't conflict with idlex would be optimal.
If you only need idlex2, it's pretty simple to modify the PKGBUILD for that use case.
vasisualiy commented on 2014-03-28 02:06 (UTC)
idlex2 is broken. Its starts idlex with python3, and not with python2.
Pinned Comments
TrialnError commented on 2024-04-29 22:59 (UTC) (edited on 2024-04-29 23:02 (UTC) by TrialnError)
For now this is broken with the update to python 3.12 as it makes use of the
imp
module.Not sure if I should depend on python311 or add a version constraint. Adjust accordingly for yourself