<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
</head>
<body>
<p>Hi Jaime,</p>
<p>the fact you don't see the 'Resources' tab leads me to assume,
you are working with a project of type 'PyQt6'. As PyQt6 does not
support resources anymore (i.e. it doesn't have a 'pyrcc6'
executable anymore) the respective tab is hidden for such
projects.</p>
<p>Which icons have disappeared? If you are talking about the eric
icons please check, what the 'Icons' configuration page tells you
(including the icons preview).</p>
<p>Regards,<br>
Detlev<br>
</p>
<div class="moz-cite-prefix">Am 21.11.23 um 00:51 schrieb Jamie
Riotto:<br>
</div>
<blockquote type="cite"
cite="mid:CAM8_zTj2oqjGRSFGfEKxxpb4_2wuZe2ZijhiviZ7jkr0dqs7sA@mail.gmail.com">
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<div dir="ltr">Almost all there. After my mega-clean install, I
can't seem to see any resource management. That is,
<div>in the tab bar above the Project Management File viewer, I
see tabs for 'Sources', 'Forms', 'Translations, and 'Others',</div>
<div>but no tab for resources, and It appears as if my icons
have disappeared from the app. However when I look at the </div>
<div>.ui files in Designer (started through eric), I see the
icons ok, and pressing ctrl-R shows them in the preview. </div>
<div><br>
</div>
<div>What do I need to do to re-enable the resource system on my
new install? Thanks - jamie</div>
</div>
<br>
<div class="gmail_quote">
<div dir="ltr" class="gmail_attr">On Mon, Nov 20, 2023 at
10:56 AM Jamie Riotto <<a
href="mailto:jamie.riotto@gmail.com" moz-do-not-send="true"
class="moz-txt-link-freetext">jamie.riotto@gmail.com</a>>
wrote:<br>
</div>
<blockquote class="gmail_quote"
style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
<div dir="ltr">Ok, taking a deep dive into my file structure,
I noticed I had Eric7 directories under my system Python
directory (no doubt from
<div>old source installs), as well as some of the confusing
references in the eric7 ini file you pointed out. So, I
removed all eric7</div>
<div>directories and references I could find and did another
clean install into a venv. Everything comes up working
great! <br>
</div>
<div><br>
</div>
<div>Thanks for all your help - jamie</div>
</div>
<br>
<div class="gmail_quote">
<div dir="ltr" class="gmail_attr">On Mon, Nov 20, 2023 at
12:48 AM Detlev Offenbach <<a
href="mailto:detlev@die-offenbachs.de" target="_blank"
moz-do-not-send="true" class="moz-txt-link-freetext">detlev@die-offenbachs.de</a>>
wrote:<br>
</div>
<blockquote class="gmail_quote"
style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
<div>
<p>Hi Jamie,</p>
<p>I saw these entries in your .ini file which you
should consider changing.</p>
<ol>
<li>The Python interpreter for the debugger is set to
'pythonw.exe'. This should be changed to
'python.exe' because 'pythonw.exe' is only meant for
GUI scripts. The debugger backend (aka. debug
client) is a console script to be used with
'python.exe'.</li>
<li>Is it correct, that you are using the debug client
with Python 2? Note that Python 2 is obsolete!</li>
<li>The 'Multi Process Debugging' option of the
'Start' dialog should only be activated, when a
multiprocess program is debugged. However, this will
not cause the described behavior.</li>
</ol>
<p>Other than that the file looks good.</p>
<p>Regards,<br>
Detlev<br>
</p>
<div>Am 19.11.23 um 19:59 schrieb Jamie Riotto:<br>
</div>
<blockquote type="cite">
<div dir="ltr">Detlev,
<div>Attached is the eri7.ini file. I'll try the
--debug flag now.</div>
<div>- jamie<br>
<div><br>
</div>
<div><br>
</div>
</div>
</div>
<br>
<div class="gmail_quote">
<div dir="ltr" class="gmail_attr">On Sun, Nov 19,
2023 at 7:57 AM Detlev Offenbach <<a
href="mailto:detlev@die-offenbachs.de"
target="_blank" moz-do-not-send="true"
class="moz-txt-link-freetext">detlev@die-offenbachs.de</a>>
wrote:<br>
</div>
<blockquote class="gmail_quote"
style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Hi
Jaimie,<br>
<br>
I just fired up my Windows 10 VM and everything is
working fine. Can you <br>
send the configuration file <br>
'%USERPROFILE%\AppData\Roaming\Eric7\eric7.ini'?
Maybe something in your <br>
configuration is weird and needs some special
handling. In addition to <br>
that you could start 'eric7_ide' in a console
window with the '--debug' <br>
switch.<br>
<br>
Regards,<br>
Detlev<br>
<br>
Am 19.11.23 um 16:03 schrieb Jamie Riotto:<br>
> Ok, still having issues with Eric7. Just did
a clean install into a <br>
> venv with:<br>
><br>
> python3 -m venv eric7_venv<br>
> cd eric7_venv<br>
> cd Scripts<br>
> activate<br>
> python.exe -m pip install --upgrade pip<br>
> python.exe -m pip install --prefer-binary
eric-ide<br>
><br>
> When I start Eric, it went through all the
init screens, i.e. <br>
> PyInstaller, Rope, PyLint, Vulture, etc<br>
> and then the main app started. It took 2 full
minutes to go from a <br>
> white screen with 'Eric7' in the<br>
> upper left corner to the app loading. Ok,
perhaps it was still <br>
> initializing stuff. However, I<br>
> just loaded a project and it has been 10
minutes with no response. <br>
> That is, spinning wait cursor,<br>
> window is grayed out...<br>
><br>
> This is a windows 10 system. A different venv
with Eric6 behaves normally.<br>
> Do you need any info on my side to help debug
this? Thanks again - jamie<br>
<br>
-- <br>
Detlev Offenbach<br>
<a href="mailto:detlev@die-offenbachs.de"
target="_blank" moz-do-not-send="true"
class="moz-txt-link-freetext">detlev@die-offenbachs.de</a><br>
<br>
</blockquote>
</div>
</blockquote>
<pre cols="72">--
Detlev Offenbach
<a href="mailto:detlev@die-offenbachs.de" target="_blank"
moz-do-not-send="true" class="moz-txt-link-freetext">detlev@die-offenbachs.de</a></pre>
</div>
</blockquote>
</div>
</blockquote>
</div>
</blockquote>
<pre class="moz-signature" cols="72">--
Detlev Offenbach
<a class="moz-txt-link-abbreviated" href="mailto:detlev@die-offenbachs.de">detlev@die-offenbachs.de</a></pre>
</body>
</html>