Dgameman1 Posted February 11, 2012 Share Posted February 11, 2012 I know that autoit is a .exe, but will there be a linux version anytime? Link to comment Share on other sites More sharing options...
Administrators Jon Posted February 11, 2012 Administrators Share Posted February 11, 2012 No. Windows only. Deployment Blog: https://www.autoitconsulting.com/site/blog/ SCCM SDK Programming: https://www.autoitconsulting.com/site/sccm-sdk/ Link to comment Share on other sites More sharing options...
water Posted February 11, 2012 Share Posted February 11, 2012 Here you'll find the things that are not on the ToDo-List. My UDFs and Tutorials: Spoiler UDFs: Active Directory (NEW 2024-07-28 - Version 1.6.3.0) - Download - General Help & Support - Example Scripts - Wiki ExcelChart (2017-07-21 - Version 0.4.0.1) - Download - General Help & Support - Example Scripts OutlookEX (2021-11-16 - Version 1.7.0.0) - Download - General Help & Support - Example Scripts - Wiki OutlookEX_GUI (2021-04-13 - Version 1.4.0.0) - Download Outlook Tools (2019-07-22 - Version 0.6.0.0) - Download - General Help & Support - Wiki PowerPoint (2021-08-31 - Version 1.5.0.0) - Download - General Help & Support - Example Scripts - Wiki Task Scheduler (2022-07-28 - Version 1.6.0.1) - Download - General Help & Support - Wiki Standard UDFs: Excel - Example Scripts - Wiki Word - Wiki Tutorials: ADO - Wiki WebDriver - Wiki Link to comment Share on other sites More sharing options...
Mat Posted February 11, 2012 Share Posted February 11, 2012 People have said in the past that some things do work under wine, so try that out if you need to. AutoIt Project Listing Link to comment Share on other sites More sharing options...
jvanegmond Posted February 11, 2012 Share Posted February 11, 2012 There are Linux versions: Python. Perl. Ruby. shanet 1 github.com/jvanegmond Link to comment Share on other sites More sharing options...
Richard Robertson Posted February 11, 2012 Share Posted February 11, 2012 There are Linux versions:Python. Perl. Ruby.Those aren't Linux specific. shanet 1 Link to comment Share on other sites More sharing options...
Valik Posted February 11, 2012 Share Posted February 11, 2012 Those aren't Linux specific.No, but they are targeted at Linux primarily and Windows secondarily. They also have tons of libraries to supplement them with platform-specific features. Link to comment Share on other sites More sharing options...
Dgameman1 Posted February 11, 2012 Author Share Posted February 11, 2012 There are Linux versions:Python. Perl. Ruby.I was trying to find an IDE for Python but I can't find one that I wanted to use =/ Link to comment Share on other sites More sharing options...
matwachich Posted February 11, 2012 Share Posted February 11, 2012 Me too i searched desesperely a Good IDE for python... at least i found one!!! Search for PyScripter Link to comment Share on other sites More sharing options...
Valik Posted February 11, 2012 Share Posted February 11, 2012 I write Python code in SciTE. :: shrugs :: shanet 1 Link to comment Share on other sites More sharing options...
matwachich Posted February 12, 2012 Share Posted February 12, 2012 I love SciTE, but i was unable to add code autocompletion and calltips for python. Link to comment Share on other sites More sharing options...
Valik Posted February 12, 2012 Share Posted February 12, 2012 Time for one of my world famous "he's being a dick when he's really not comments". Are you sure you should be (trying) to write Python code if you can't even figure out how to configure your editor? When configuring the editor is documented? Just a basic knowledge chain here. Link to comment Share on other sites More sharing options...
matwachich Posted February 12, 2012 Share Posted February 12, 2012 ;) You are so... right! Link to comment Share on other sites More sharing options...
sxyruz Posted February 14, 2012 Share Posted February 14, 2012 Well, looking at how things are growing, I don't think it would ever be portable on Linux, natively. Though you could always pop a virtual box and have windows running on it, so you could start coding on "Linux" through that virtual machine. Not a lot of people are willing to take that route though as they are usually lacking on resources like memory and processor allocation. Link to comment Share on other sites More sharing options...
rcmaehl Posted February 14, 2012 Share Posted February 14, 2012 (edited) I'm working on a Linux patch-through UDF that will allow AutoIt functions to be translated and then pass to the Linux Environment from an AutoIt program running in WINE. However, it doesn't have much features at the moment other than Run() and RunWait() However, it's not really developed right now because there really isn't a need for it. However, if a need for it does develop it wouldn't be too hard to give an almost perfect mirror of AutoIt functionality although there would be a few packages that would need to be installed on the Linux computer. Edited February 14, 2012 by rcmaehl My UDFs are generally for me. If they aren't updated for a while, it means I'm not using them myself. As soon as I start using them again, they'll get updated.My Projects WhyNotWin11Cisco Finesse, Github, IRC UDF, WindowEx UDF Link to comment Share on other sites More sharing options...
jvanegmond Posted February 14, 2012 Share Posted February 14, 2012 I'm working on a Linux patch-through UDF that will allow AutoIt functions to be translated and then pass to the Linux Environment from an AutoIt program running in WINE. However, it doesn't have much features at the moment other than Run() and RunWait() However, it's not really developed right now because there really isn't a need for it.Apart from it not making sense because of reasons mentioned a thousand times on these forums.How does it work? shanet 1 github.com/jvanegmond Link to comment Share on other sites More sharing options...
rcmaehl Posted February 14, 2012 Share Posted February 14, 2012 Apart from it not making sense because of reasons mentioned a thousand times on these forums.How does it work?Lots of juryrigging and having a daemon running on the Linux side to translate the STDOUT that it receives from WINE. I'll go into more detail later. My UDFs are generally for me. If they aren't updated for a while, it means I'm not using them myself. As soon as I start using them again, they'll get updated.My Projects WhyNotWin11Cisco Finesse, Github, IRC UDF, WindowEx UDF Link to comment Share on other sites More sharing options...
rcmaehl Posted February 15, 2012 Share Posted February 15, 2012 (edited) Here's my UDF and "daemon":UDF: https://github.com/rcmaehl/FCoFix-Softwa...er/AutoIt_UDFs/WineBridge/WineDaemon: https://github.com/rcmaehl/FCoFix-Software/blob/master/Linux/winebridge/winebridgeIt's not very developed as I mentioned but it works. Edited February 15, 2012 by rcmaehl My UDFs are generally for me. If they aren't updated for a while, it means I'm not using them myself. As soon as I start using them again, they'll get updated.My Projects WhyNotWin11Cisco Finesse, Github, IRC UDF, WindowEx UDF Link to comment Share on other sites More sharing options...
Mechaflash Posted February 17, 2012 Share Posted February 17, 2012 The reason why this isn't feasible, is because AUTOIT was originally made to help automate tasks, mainly GUI related, in windows... because the average joe and most companies use a Windows Desktop environment. Most environments that include linux are usually servers, which shell and perl scripting can handle pretty much everything. Spoiler “Hello, ladies, look at your man, now back to me, now back at your man, now back to me. Sadly, he isn’t me, but if he stopped using ladies scented body wash and switched to Old Spice, he could smell like he’s me. Look down, back up, where are you? You’re on a boat with the man your man could smell like. What’s in your hand, back at me. I have it, it’s an oyster with two tickets to that thing you love. Look again, the tickets are now diamonds. Anything is possible when your man smells like Old Spice and not a lady. I’m on a horse.” Link to comment Share on other sites More sharing options...
rcmaehl Posted February 17, 2012 Share Posted February 17, 2012 (edited) The reason why this isn't feasible, is because AUTOIT was originally made to help automate tasks, mainly GUI related, in windows... because the average joe and most companies use a Windows Desktop environment. Most environments that include linux are usually servers, which shell and perl scripting can handle pretty much everything.Yes, but did you even look at my script? It allows commands to pass into bash from WB_RUN() and WB_RUNWAIT(). Edited February 17, 2012 by rcmaehl My UDFs are generally for me. If they aren't updated for a while, it means I'm not using them myself. As soon as I start using them again, they'll get updated.My Projects WhyNotWin11Cisco Finesse, Github, IRC UDF, WindowEx UDF Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now