Thorsten Kampe
Thorsten Kampe
I get this on Windows: ``` Traceback (most recent call last): File "F:\PortableApps\Python3x\lib\site-packages\easygui_qt-0.9.1-py3.4.egg\easygui_qt\easygui_qt.py", line 24, in from . import utils File "F:\PortableApps\Python3x\lib\site-packages\easygui_qt-0.9.1-py3.4.egg\easygui_qt\utils.py", line 125, in class MyPageDialog(QtGui.QDialog): AttributeError: 'module' object...
Empty lines are displayed in ConEmu and the standard Windows cmd terminal (conhost). In the new Windows Terminal (`WindowsTerminal.exe`) they are not displayed. Please reopen this issue.
As I wrote in my last comment, the issue is visible in the standard windows conhost terminal. That means it does _not_ work for 99% of terminals.
I have to second this. It doesn't work for me with Windows PowerShell or PowerShell 7 (previously called Core). If no one can support PowerShell, wouldn't it be fair to...
The question is actually about Remote Port Forwarding. Remote Port Forwarding is described in the Readme (second example).
I think PowerTab stopped working (again) with current versions of PowerShell - use PS-GuiCompletion for the moment. Same issue here with PowerShell 7.0.0-rc.3
In the Readme: https://raw.githubusercontent.com/nohwnd/Assertions/master/doc/readme/pretty-print.PNG
I was looking for a way to prettyprint arrays and hashtables in a concise way. `Format-Nicely` does exactly that and I find it very useful.
There seems to be a misunderstanding: `version_information` works fine for me in QtConsole. Just not in the console version of IPython. I used... ``` %install_ext http://raw.github.com/jrjohansson/version_information/master/version_information.py ``` ...yesterday evening, so...
Attaching two screenshots to demonstrate the issue and the difference between Console and QtConsole...  